go-waku/cmd/waku/server/rest
Prem Chaitanya Prathi 9a30c78e1a
fix: add peer api to consider protocols passed (#903)
2023-11-15 20:09:09 +05:30
..
admin.go fix: add peer api to consider protocols passed (#903) 2023-11-15 20:09:09 +05:30
admin_api.yaml Feat: implement admin rest api (#827) 2023-10-25 00:55:04 +05:30
debug.go Feat : New Relay rest API for autosharding (#822) 2023-10-24 04:29:02 +05:30
debug_api.yaml Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
debug_test.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
filter.go fix(rest): use custom struct for messages instead of protobuffer (#888) 2023-11-10 14:31:36 -04:00
filter_api.yaml feat(rest-filterv2): get message (#856) 2023-11-04 14:24:20 +07:00
filter_cache.go fix(rest): use custom struct for messages instead of protobuffer (#888) 2023-11-10 14:31:36 -04:00
filter_test.go chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
health.go Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
health_api.yaml Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
lightpush_api.yaml Rest light push (#818) 2023-10-24 06:23:33 +07:00
lightpush_rest.go fix(rest): use custom struct for messages instead of protobuffer (#888) 2023-11-10 14:31:36 -04:00
lightpush_rest_test.go fix(rest): use custom struct for messages instead of protobuffer (#888) 2023-11-10 14:31:36 -04:00
message.go fix(rest): use custom struct for messages instead of protobuffer (#888) 2023-11-10 14:31:36 -04:00
relay.go fix: rest get messages not returning more than 1 message (#898) 2023-11-14 13:24:02 -04:00
relay_api.yaml Feat : New Relay rest API for autosharding (#822) 2023-10-24 04:29:02 +05:30
relay_test.go fix(rest): use custom struct for messages instead of protobuffer (#888) 2023-11-10 14:31:36 -04:00
runner.go feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
store.go feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
store_api.yaml Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
store_test.go chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
utils.go fix: decode url param in relay rest API (#862) 2023-11-06 14:03:00 +05:30
utils_test.go chore: remove --store-message-db-vacuum (#883) 2023-11-09 16:10:40 -04:00
waku_rest.go chore: update relay REST and RPC API's and fix unit tests (#866) 2023-11-07 20:26:48 +05:30
waku_rest_test.go chore: update relay REST and RPC API's and fix unit tests (#866) 2023-11-07 20:26:48 +05:30