13 Commits

Author SHA1 Message Date
NagyZoltanPeter
c762ccaa91 From Waku v2 to Logos Delivery - refresh naming 2026-07-16 15:45:45 +00:00
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
433b49008c
Add /info, /version derived from under /debug/v1 2025-03-19 13:43:14 +01: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
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
Gabriel Mermelstein
c44b035562
feat: adding documentation for filter admin endpoint 2024-01-08 17:07:14 +01:00
NagyZoltanPeter
f6bda2a8aa
Fix default sertver url and port for better hint users 2023-10-27 16:39:49 +02: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