NagyZoltanPeter
23059b7c0b
feat: add messaging REST API spec
...
Document the high-level messaging client REST surface following the
existing per-endpoint-file structure:
- POST/DELETE /messaging/v1/subscriptions (subscribe by content topic)
- POST /messaging/v1/messages (send a MessageEnvelope -> requestId)
- GET /messaging/v1/events/send[/{requestId}] (poll send events)
- GET /messaging/v1/events/received (poll received messages)
Adds the messaging schemas to schemas/apitypes.yaml (MessagingJsonEnvelope,
MessagingSendResponse, SendEventRecord, SendStatus, ReceivedMessageRecord,
list wrappers) and wires the paths + a `messaging` tag into openapi.yaml.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 17:22:09 +02:00
NagyZoltanPeter
cf898f7ce2
Added recent extensions to REST API: /admin/v1 ... /stats and .../log-level endpoints.
2025-06-12 14:38:10 +02:00
NagyZoltanPeter
7fcc61a956
Updated /admin/v1 endpoint with modified and new scema types and endpoints
2025-04-25 03:08:20 +02:00
NagyZoltanPeter
6234fc6c61
Merge pull request #10 from waku-org/chore-update-health-result
...
chore: Adapt reference for /health to the latest refactoring
2025-03-19 13:36:04 +01:00
NagyZoltanPeter
1a3316a6c9
Remove already depricated and not supported /filter/v1 api to avoid confusion
2025-03-13 15:07:25 +01:00
NagyZoltanPeter
12e5456d82
Define lightpush v3 api, rename ligthpush to legacy. Fix discrepancy of store api.
2025-03-06 07:56:46 +01:00
Gabriel mermelstein
0ee4d05b72
fix: make WakuPeer origin field required
2024-06-26 18:24:59 +02:00
gabrielmer
8ee3a12396
Merge pull request #12 from waku-org/chore-updating-peers-admin-response
...
chore: adding origin to WakuPeer schema
2024-06-26 18:18:31 +02:00
Gabriel mermelstein
bfadaacb4d
adding origin to WakuPeer schema
2024-06-26 12:10:57 +02:00
NagyZoltanPeter
2d211cd4c2
Adapt reference for /health to the latest refactoring
...
...
2024-04-24 14:38:21 +02:00
SionoiS
a7b75bf006
add store v3
2024-03-27 16:22:37 -04:00
NagyZoltanPeter
dba6e8a5d1
Fixing typo in PushRequest object
2024-03-25 09:13:52 +01:00
NagyZoltanPeter
fd9ee59058
Merge pull request #2 from waku-org/fix/meta
...
fix: add `meta` field to `WakuMessage`, and `ephemeral` to `RelayWakuMessage`
2024-03-13 10:25:19 +01:00
Gabriel Mermelstein
c44b035562
feat: adding documentation for filter admin endpoint
2024-01-08 17:07:14 +01:00
richΛrd
d5ab3e91e3
fix: camelCase vs snake_case ( #3 )
2023-11-14 08:34:42 -04:00
Richard Ramos
f1d4664556
fix: add meta field to WakuMessage, and ephemeral to RelayWakuMessage
2023-11-09 09:41:39 -04:00
NagyZoltanPeter
23fd1ceb2f
Baseline commit, represents the state of openapi specification of nwaku as of v0.21.1 but restructured into one single specification.
2023-10-27 13:01:14 +02:00