git ssb

2+

cel / scuttlebot.io



Tree: b943b01f452dcc8c932c81886d0346f7a38269e4

Files: b943b01f452dcc8c932c81886d0346f7a38269e4 / tmpl / apis / modules / ssb-msg-schemas.md

847 bytesRaw

ssb-msg-schemas

Functions to create common SSB messages.

var schemas = require('ssb-msg-schemas')

schemas.post(
  text,
  root /*optional*/,
  branch /*optional*/,
  mentions /*optional*/,
  recps /*optional*/,
  channel /*optional*/
)
schemas.name(id, name)
schemas.image(id, imgLink)
schemas.follow(userId)
schemas.unfollow(userId)
schemas.block(userId)
schemas.unblock(userId)
schemas.vote(id, vote, reason /*optional*/)
schemas.pub(id, host, port)

Related docs:

View on Github

Built with git-ssb-web