Files: 3bcc91fcae6c48d06f5545ce345fd00f9d7b7fa3 / manifest.json
1622 bytesRaw
1 | { |
2 | "auth": "async", |
3 | "address": "sync", |
4 | "manifest": "sync", |
5 | "get": "async", |
6 | "createFeedStream": "source", |
7 | "createLogStream": "source", |
8 | "messagesByType": "source", |
9 | "createHistoryStream": "source", |
10 | "createUserStream": "source", |
11 | "links": "source", |
12 | "relatedMessages": "async", |
13 | "add": "async", |
14 | "publish": "async", |
15 | "getAddress": "sync", |
16 | "getLatest": "async", |
17 | "latest": "source", |
18 | "latestSequence": "async", |
19 | "whoami": "sync", |
20 | "usage": "sync", |
21 | "gossip": { |
22 | "peers": "sync", |
23 | "add": "sync", |
24 | "ping": "duplex", |
25 | "connect": "async", |
26 | "changes": "source", |
27 | "reconnect": "sync" |
28 | }, |
29 | "friends": { |
30 | "all": "async", |
31 | "hops": "async", |
32 | "createFriendStream": "source", |
33 | "get": "sync" |
34 | }, |
35 | "replicate": { |
36 | "changes": "source" |
37 | }, |
38 | "invite": { |
39 | "create": "async", |
40 | "accept": "async", |
41 | "use": "async" |
42 | }, |
43 | "block": { |
44 | "isBlocked": "sync" |
45 | }, |
46 | "names": { |
47 | "get": "async", |
48 | "getImages": "async", |
49 | "getImageFor": "async", |
50 | "getSignifier": "async", |
51 | "getSignifies": "async", |
52 | "dump": "sync" |
53 | }, |
54 | "private": { |
55 | "publish": "async", |
56 | "unbox": "sync" |
57 | }, |
58 | "blobs": { |
59 | "get": "source", |
60 | "add": "sink", |
61 | "ls": "source", |
62 | "has": "async", |
63 | "size": "async", |
64 | "meta": "async", |
65 | "want": "async", |
66 | "push": "async", |
67 | "changes": "source", |
68 | "createWants": "source" |
69 | }, |
70 | "links2": { |
71 | "read": "source", |
72 | "dump": "source" |
73 | }, |
74 | "backlinks": { |
75 | "read": "source", |
76 | "dump": "source" |
77 | }, |
78 | "query": { |
79 | "read": "source", |
80 | "dump": "source" |
81 | }, |
82 | "ws": {}, |
83 | "search": { |
84 | "query": "source" |
85 | } |
86 | } |
87 |
Built with git-ssb-web