This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Use JSON API to manually trigger Offline Message Retreival #1583
Labels
feature
Feature or enhancement to openbazaar-go
In the event that the user knows the daemon is waiting for a message which hasn't been downloaded from the DHT, the user would like to trigger the MessageRetriever to scan the network.
GET /ob/scanofflinemessages
is called, the response will either be200 OK
with a JSON body of{}
or500 Internal Server Error
with{"error":"description of error"}
.429 Too many requests
with body{"error":"scanning offline messages already in progress"}
.The text was updated successfully, but these errors were encountered: