Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.26 KB

SPECIFICATION.md

File metadata and controls

27 lines (25 loc) · 1.26 KB

Specification

Implemented NIPs (Nostr Implementation Possibilities)

  • 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

NostrP2P specific kind

  • 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

REST I/F for client

  • 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"