Skip to main content Link Menu Expand (external link) Document Search Copy Copied

"manifest"

Table of contents

  1. Description
  2. Specification
    1. Requests
    2. Responses
  3. Support table
  4. Examples
    1. Requests
      1. go-ssb

Description

This request seems to be used for listing supported RPC requests. The only requests that were observed do not conform to the protocol guide.

This request is mentioned in this pull request which contains some references to other documents.

Specification

Requests

Name
"manifest"

Warning! Name is a string and not a list of strings which is incorrect according to the protocol guide.

Type
"async"
Args All observed examples contained an empty array.

Responses

Unknown.

Support table

Sends Accepts
go-ssb
v0.2.1
Yes, malformed, invalid name. See cryptoscope/go-muxrpc#9.
v0.2.1
Unknown.
Patchwork
3.18.1
No.
3.18.1
Unknown.
Manyverse
v0.2203.21-beta
No.
v0.2203.21-beta
Unknown.

Examples

Requests

go-ssb

Warning! This request does not conform to the Protocol Guide!

  • Request number:
    1
  • Stream:
    false
  • End/err:
    false
  • Body type:
    JSON
go-ssb v0.2.1
{
    "name": "manifest",
    "args": [],
    "type": "async"
}