git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: ea367c48e4de385f8dc1b8e39b58fcab4ad8d4b7

Files: ea367c48e4de385f8dc1b8e39b58fcab4ad8d4b7 / manifest.json

2665 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 "private": {
47 "publish": "async",
48 "unbox": "sync"
49 },
50 "plugins": {
51 "install": "source",
52 "uninstall": "source",
53 "enable": "async",
54 "disable": "async"
55 },
56 "notifier": {},
57 "patchwork": {
58 "createEventStream": "source",
59 "getIndexCounts": "async",
60 "createInboxStream": "source",
61 "createBookmarkStream": "source",
62 "createMentionStream": "source",
63 "createNoticeStream": "source",
64 "createPrivatePostStream": "source",
65 "createPublicPostStream": "source",
66 "createChannelStream": "source",
67 "createSearchStream": "source",
68 "markRead": "async",
69 "markUnread": "async",
70 "markAllRead": "async",
71 "toggleRead": "async",
72 "isRead": "async",
73 "bookmark": "async",
74 "unbookmark": "async",
75 "toggleBookmark": "async",
76 "isBookmarked": "async",
77 "getChannels": "async",
78 "pinChannel": "async",
79 "unpinChannel": "async",
80 "toggleChannelPinned": "async",
81 "watchChannel": "async",
82 "unwatchChannel": "async",
83 "toggleChannelWatched": "async",
84 "addFileToBlobs": "async",
85 "saveBlobToFile": "async",
86 "useLookupCode": "source",
87 "getMyProfile": "async",
88 "getProfile": "async",
89 "getAllProfiles": "async",
90 "getNamesById": "async",
91 "getIdsByName": "async",
92 "getName": "async",
93 "getActionItems": "async"
94 },
95 "blobs": {
96 "get": "source",
97 "add": "sink",
98 "ls": "source",
99 "has": "async",
100 "size": "async",
101 "meta": "async",
102 "want": "async",
103 "push": "async",
104 "changes": "source",
105 "createWants": "source"
106 },
107 "fulltext": {
108 "search": "source"
109 },
110 "links2": {
111 "read": "source",
112 "dump": "source"
113 },
114 "query": {
115 "read": "source",
116 "dump": "source"
117 },
118 "ws": {}
119}

Built with git-ssb-web