- Format of event data, filter on reqest and profile data
- NIP-01
- Seriaization format and transport is different in several parts
- Not websocket and not JSON text
- Follow list
- Normal post, reply, mention
- Repost, quote repost
- Reaction (favorite, like)
- NIP-25
- Emoji is not supported
- NIP-25
- 40000
- Used when request event data from client to server
- Any kind of event data are retured according to specified filtering paramaters below
- since
- until
- limit
- Basically body is JSON text and content-type is "application/json"
- Response of "/req" endpoint only returns MessagePack serialized binary and content-type is "application/octet-stream"