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
518762bd3f
Update adminapi_peers_mesh_on_shard.yaml
2025-04-25 15:07:00 +02:00
NagyZoltanPeter
579661dac9
Update api-spec/adminapi_peers_mesh_on_shard.yaml
...
Co-authored-by: gabrielmer <101006718+gabrielmer@users.noreply.github.com>
2025-04-25 15:06:07 +02:00
NagyZoltanPeter
8ca5d19aab
Update adminapi_peers_mesh.yaml
2025-04-25 15:04:02 +02:00
NagyZoltanPeter
935fe95420
Update adminapi_peers.yaml - fix descriptions
2025-04-25 15:01:35 +02:00
NagyZoltanPeter
f3702789a1
Update adminapi_peer.yaml - fix descriptions
2025-04-25 15:00:06 +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
Gabriel mermelstein
f10d247a43
using word argument instead of parameter
2024-10-25 17:21:13 +03:00
Gabriel mermelstein
13176a4c91
fixing description for relay
2024-10-25 17:18:59 +03:00
Gabriel mermelstein
e8ae22acc5
specifying that the messages in relay and filter endpoints come from a cache of size 50
2024-10-25 11:42:35 +03: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
NagyZoltanPeter
4fd34fbb4b
Since store allows to query own node, we do not require peerId for the query as mandatory
2024-03-07 15:53:28 +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
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