├── CHANGES.md ├── CHANGES_ARCHIVE.md ├── README.md ├── authentication ├── app-access-token.md ├── overview.md ├── password-flow.md ├── scope.md └── web-flows.md ├── changes ├── 0.3.0.md ├── 0.4.0.md ├── 0.4.1.md ├── 0.4.2.md ├── 0.4.3.md ├── 0.4.4.md ├── 0.4.5.md ├── 0.4.5b.md ├── 0.5.0.md ├── 0.5.1.md ├── 0.6.0.md ├── 0.7.0.md ├── 0.7.1.md ├── 0.7.2.md ├── 0.7.3.md ├── 0.7.4.md ├── 0.7.5.md ├── 0.7.6.md ├── 0.7.7.md ├── 0.8.0.md ├── 0.9.0.md ├── 0.9.1.md ├── 0.9.2.md ├── 0.9.3.md ├── 0.9.4.md ├── 0.9.5.md ├── 0.9.6.md ├── 1.0.0.md ├── 1.1.0.md ├── 1.2.0.md └── 1.3.0.md ├── how-to ├── app-streams.md ├── channel-permissions.md ├── channels-acl.md ├── channels-pm.md ├── chat-rooms.md ├── dynamic-polling.md ├── file.md ├── overview.md ├── private-messages.md └── user-streams.md ├── implementation ├── entities.md ├── libraries.md ├── overview.md ├── pagination.md ├── rate-limits.md ├── raw.md └── responses.md └── resources ├── app-streams.md ├── channels ├── explore.md ├── index.md ├── lifecycle.md ├── lookup.md ├── muting.md ├── presence.md ├── search.md └── subscribing.md ├── clients.md ├── files ├── index.md ├── lifecycle.md └── lookup.md ├── messages ├── index.md ├── lifecycle.md ├── lookup.md ├── report.md ├── search.md └── sticky.md ├── other ├── index.md ├── oembed.md ├── rss.md ├── system.md └── text-process.md ├── polls ├── index.md ├── lifecycle.md ├── lookup.md └── search.md ├── posts ├── bookmarks.md ├── explore.md ├── index.md ├── interactions.md ├── lifecycle.md ├── lookup.md ├── report.md ├── reposts.md ├── search.md ├── streams.md └── threads.md ├── stream-marker.md ├── token.md ├── user-streams.md └── users ├── badges.md ├── blocking.md ├── following.md ├── index.md ├── interactions.md ├── lookup.md ├── muting.md ├── presence.md ├── profile.md └── search.md /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/CHANGES.md -------------------------------------------------------------------------------- /CHANGES_ARCHIVE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/CHANGES_ARCHIVE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/README.md -------------------------------------------------------------------------------- /authentication/app-access-token.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/authentication/app-access-token.md -------------------------------------------------------------------------------- /authentication/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/authentication/overview.md -------------------------------------------------------------------------------- /authentication/password-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/authentication/password-flow.md -------------------------------------------------------------------------------- /authentication/scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/authentication/scope.md -------------------------------------------------------------------------------- /authentication/web-flows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/authentication/web-flows.md -------------------------------------------------------------------------------- /changes/0.3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.3.0.md -------------------------------------------------------------------------------- /changes/0.4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.4.0.md -------------------------------------------------------------------------------- /changes/0.4.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.4.1.md -------------------------------------------------------------------------------- /changes/0.4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.4.2.md -------------------------------------------------------------------------------- /changes/0.4.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.4.3.md -------------------------------------------------------------------------------- /changes/0.4.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.4.4.md -------------------------------------------------------------------------------- /changes/0.4.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.4.5.md -------------------------------------------------------------------------------- /changes/0.4.5b.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.4.5b.md -------------------------------------------------------------------------------- /changes/0.5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.5.0.md -------------------------------------------------------------------------------- /changes/0.5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.5.1.md -------------------------------------------------------------------------------- /changes/0.6.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.6.0.md -------------------------------------------------------------------------------- /changes/0.7.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.7.0.md -------------------------------------------------------------------------------- /changes/0.7.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.7.1.md -------------------------------------------------------------------------------- /changes/0.7.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.7.2.md -------------------------------------------------------------------------------- /changes/0.7.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.7.3.md -------------------------------------------------------------------------------- /changes/0.7.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.7.4.md -------------------------------------------------------------------------------- /changes/0.7.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.7.5.md -------------------------------------------------------------------------------- /changes/0.7.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.7.6.md -------------------------------------------------------------------------------- /changes/0.7.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.7.7.md -------------------------------------------------------------------------------- /changes/0.8.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.8.0.md -------------------------------------------------------------------------------- /changes/0.9.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.9.0.md -------------------------------------------------------------------------------- /changes/0.9.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.9.1.md -------------------------------------------------------------------------------- /changes/0.9.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.9.2.md -------------------------------------------------------------------------------- /changes/0.9.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.9.3.md -------------------------------------------------------------------------------- /changes/0.9.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.9.4.md -------------------------------------------------------------------------------- /changes/0.9.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.9.5.md -------------------------------------------------------------------------------- /changes/0.9.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/0.9.6.md -------------------------------------------------------------------------------- /changes/1.0.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/1.0.0.md -------------------------------------------------------------------------------- /changes/1.1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/1.1.0.md -------------------------------------------------------------------------------- /changes/1.2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/1.2.0.md -------------------------------------------------------------------------------- /changes/1.3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/changes/1.3.0.md -------------------------------------------------------------------------------- /how-to/app-streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/app-streams.md -------------------------------------------------------------------------------- /how-to/channel-permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/channel-permissions.md -------------------------------------------------------------------------------- /how-to/channels-acl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/channels-acl.md -------------------------------------------------------------------------------- /how-to/channels-pm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/channels-pm.md -------------------------------------------------------------------------------- /how-to/chat-rooms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/chat-rooms.md -------------------------------------------------------------------------------- /how-to/dynamic-polling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/dynamic-polling.md -------------------------------------------------------------------------------- /how-to/file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/file.md -------------------------------------------------------------------------------- /how-to/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/overview.md -------------------------------------------------------------------------------- /how-to/private-messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/private-messages.md -------------------------------------------------------------------------------- /how-to/user-streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/how-to/user-streams.md -------------------------------------------------------------------------------- /implementation/entities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/implementation/entities.md -------------------------------------------------------------------------------- /implementation/libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/implementation/libraries.md -------------------------------------------------------------------------------- /implementation/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/implementation/overview.md -------------------------------------------------------------------------------- /implementation/pagination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/implementation/pagination.md -------------------------------------------------------------------------------- /implementation/rate-limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/implementation/rate-limits.md -------------------------------------------------------------------------------- /implementation/raw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/implementation/raw.md -------------------------------------------------------------------------------- /implementation/responses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/implementation/responses.md -------------------------------------------------------------------------------- /resources/app-streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/app-streams.md -------------------------------------------------------------------------------- /resources/channels/explore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/channels/explore.md -------------------------------------------------------------------------------- /resources/channels/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/channels/index.md -------------------------------------------------------------------------------- /resources/channels/lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/channels/lifecycle.md -------------------------------------------------------------------------------- /resources/channels/lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/channels/lookup.md -------------------------------------------------------------------------------- /resources/channels/muting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/channels/muting.md -------------------------------------------------------------------------------- /resources/channels/presence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/channels/presence.md -------------------------------------------------------------------------------- /resources/channels/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/channels/search.md -------------------------------------------------------------------------------- /resources/channels/subscribing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/channels/subscribing.md -------------------------------------------------------------------------------- /resources/clients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/clients.md -------------------------------------------------------------------------------- /resources/files/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/files/index.md -------------------------------------------------------------------------------- /resources/files/lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/files/lifecycle.md -------------------------------------------------------------------------------- /resources/files/lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/files/lookup.md -------------------------------------------------------------------------------- /resources/messages/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/messages/index.md -------------------------------------------------------------------------------- /resources/messages/lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/messages/lifecycle.md -------------------------------------------------------------------------------- /resources/messages/lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/messages/lookup.md -------------------------------------------------------------------------------- /resources/messages/report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/messages/report.md -------------------------------------------------------------------------------- /resources/messages/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/messages/search.md -------------------------------------------------------------------------------- /resources/messages/sticky.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/messages/sticky.md -------------------------------------------------------------------------------- /resources/other/index.md: -------------------------------------------------------------------------------- 1 | # Other 2 | 3 | Miscellany. -------------------------------------------------------------------------------- /resources/other/oembed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/other/oembed.md -------------------------------------------------------------------------------- /resources/other/rss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/other/rss.md -------------------------------------------------------------------------------- /resources/other/system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/other/system.md -------------------------------------------------------------------------------- /resources/other/text-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/other/text-process.md -------------------------------------------------------------------------------- /resources/polls/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/polls/index.md -------------------------------------------------------------------------------- /resources/polls/lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/polls/lifecycle.md -------------------------------------------------------------------------------- /resources/polls/lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/polls/lookup.md -------------------------------------------------------------------------------- /resources/polls/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/polls/search.md -------------------------------------------------------------------------------- /resources/posts/bookmarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/bookmarks.md -------------------------------------------------------------------------------- /resources/posts/explore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/explore.md -------------------------------------------------------------------------------- /resources/posts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/index.md -------------------------------------------------------------------------------- /resources/posts/interactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/interactions.md -------------------------------------------------------------------------------- /resources/posts/lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/lifecycle.md -------------------------------------------------------------------------------- /resources/posts/lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/lookup.md -------------------------------------------------------------------------------- /resources/posts/report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/report.md -------------------------------------------------------------------------------- /resources/posts/reposts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/reposts.md -------------------------------------------------------------------------------- /resources/posts/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/search.md -------------------------------------------------------------------------------- /resources/posts/streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/streams.md -------------------------------------------------------------------------------- /resources/posts/threads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/posts/threads.md -------------------------------------------------------------------------------- /resources/stream-marker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/stream-marker.md -------------------------------------------------------------------------------- /resources/token.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/token.md -------------------------------------------------------------------------------- /resources/user-streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/user-streams.md -------------------------------------------------------------------------------- /resources/users/badges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/badges.md -------------------------------------------------------------------------------- /resources/users/blocking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/blocking.md -------------------------------------------------------------------------------- /resources/users/following.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/following.md -------------------------------------------------------------------------------- /resources/users/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/index.md -------------------------------------------------------------------------------- /resources/users/interactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/interactions.md -------------------------------------------------------------------------------- /resources/users/lookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/lookup.md -------------------------------------------------------------------------------- /resources/users/muting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/muting.md -------------------------------------------------------------------------------- /resources/users/presence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/presence.md -------------------------------------------------------------------------------- /resources/users/profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/profile.md -------------------------------------------------------------------------------- /resources/users/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnut-api/api-spec/HEAD/resources/users/search.md --------------------------------------------------------------------------------