nwaku/waku/v2/node/rest/store
Ivansete-status b2acb54d6a
feat(rest-api-store): new rest api to retrieve store waku messages (#1611) (#1630)
* feat: new rest api based on the current store json-rpc api and
following the same structure as the current relay rest api.

* feat: the store api attend GET requests to retrieve historical messages

* feat: unit tests.

* feat: allow return message to rest-client in case error (4XX or 5XX)

* chore: always allow to call the store api endpoints (only rest) without explicit storenode (#1575)

* feat: always mounting the current node as storenode client
2023-04-06 11:43:19 +02:00
..
client.nim feat(rest-api-store): new rest api to retrieve store waku messages (#1611) (#1630) 2023-04-06 11:43:19 +02:00
handlers.nim feat(rest-api-store): new rest api to retrieve store waku messages (#1611) (#1630) 2023-04-06 11:43:19 +02:00
openapi.yaml feat(rest-api-store): new rest api to retrieve store waku messages (#1611) (#1630) 2023-04-06 11:43:19 +02:00
types.nim feat(rest-api-store): new rest api to retrieve store waku messages (#1611) (#1630) 2023-04-06 11:43:19 +02:00