nwaku/waku/v2/node/rest
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
..
debug fix: clean and normalize module imports 2023-03-06 17:19:06 +01:00
filter feat(rest): add waku filter openapi rest api specification file 2022-08-31 13:24:35 +02:00
relay fix: fixed multiple bare except warnings 2023-04-04 15:34:53 +02:00
store feat(rest-api-store): new rest api to retrieve store waku messages (#1611) (#1630) 2023-04-06 11:43:19 +02:00
client.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
responses.nim feat(rest-api-store): new rest api to retrieve store waku messages (#1611) (#1630) 2023-04-06 11:43:19 +02:00
serdes.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
server.nim refactor(rest): deep code and tests reorganization 2023-02-13 15:22:24 +01:00