├── LICENSE ├── includes ├── _errors.md ├── _userlevels.md ├── channel │ ├── _get.md │ ├── _introduction.md │ ├── _post_join.md │ ├── _post_part.md │ └── _post_send.md ├── commands │ ├── _delete_id.md │ ├── _get.md │ ├── _get_id.md │ ├── _introduction.md │ ├── _post.md │ ├── _put_id.md │ └── default │ │ ├── _get.md │ │ ├── _get_name.md │ │ └── _put_name.md ├── me │ ├── _get.md │ └── _introduction.md ├── oauth │ ├── _auth_code_flow.md │ ├── _basic_steps.md │ ├── _introduction.md │ ├── _refreshing_tokens.md │ ├── _revoking_tokens.md │ └── _scopes.md ├── regulars │ ├── _delete_id.md │ ├── _get.md │ ├── _get_id.md │ ├── _introduction.md │ └── _post.md ├── song_requests │ ├── _get.md │ ├── _introduction.md │ ├── _put.md │ ├── playlist │ │ ├── _delete.md │ │ ├── _delete_id.md │ │ ├── _get.md │ │ ├── _get_id.md │ │ ├── _post.md │ │ └── _post_import.md │ └── queue │ │ ├── _delete.md │ │ ├── _delete_id.md │ │ ├── _get.md │ │ ├── _get_id.md │ │ ├── _post.md │ │ ├── _post_id_promote.md │ │ ├── _post_pause.md │ │ ├── _post_play.md │ │ └── _post_skip.md ├── spam_protection │ ├── _get.md │ ├── _get_type.md │ ├── _introduction.md │ └── _put_type.md ├── subscribers │ ├── _delete_id.md │ ├── _get.md │ ├── _get_id.md │ ├── _introduction.md │ └── _post.md └── timers │ ├── _delete_id.md │ ├── _get.md │ ├── _get_id.md │ ├── _introduction.md │ ├── _post.md │ └── _put_id.md └── index.html.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /includes/_errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/_errors.md -------------------------------------------------------------------------------- /includes/_userlevels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/_userlevels.md -------------------------------------------------------------------------------- /includes/channel/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/channel/_get.md -------------------------------------------------------------------------------- /includes/channel/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/channel/_introduction.md -------------------------------------------------------------------------------- /includes/channel/_post_join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/channel/_post_join.md -------------------------------------------------------------------------------- /includes/channel/_post_part.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/channel/_post_part.md -------------------------------------------------------------------------------- /includes/channel/_post_send.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/channel/_post_send.md -------------------------------------------------------------------------------- /includes/commands/_delete_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/_delete_id.md -------------------------------------------------------------------------------- /includes/commands/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/_get.md -------------------------------------------------------------------------------- /includes/commands/_get_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/_get_id.md -------------------------------------------------------------------------------- /includes/commands/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/_introduction.md -------------------------------------------------------------------------------- /includes/commands/_post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/_post.md -------------------------------------------------------------------------------- /includes/commands/_put_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/_put_id.md -------------------------------------------------------------------------------- /includes/commands/default/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/default/_get.md -------------------------------------------------------------------------------- /includes/commands/default/_get_name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/default/_get_name.md -------------------------------------------------------------------------------- /includes/commands/default/_put_name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/commands/default/_put_name.md -------------------------------------------------------------------------------- /includes/me/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/me/_get.md -------------------------------------------------------------------------------- /includes/me/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/me/_introduction.md -------------------------------------------------------------------------------- /includes/oauth/_auth_code_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/oauth/_auth_code_flow.md -------------------------------------------------------------------------------- /includes/oauth/_basic_steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/oauth/_basic_steps.md -------------------------------------------------------------------------------- /includes/oauth/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/oauth/_introduction.md -------------------------------------------------------------------------------- /includes/oauth/_refreshing_tokens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/oauth/_refreshing_tokens.md -------------------------------------------------------------------------------- /includes/oauth/_revoking_tokens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/oauth/_revoking_tokens.md -------------------------------------------------------------------------------- /includes/oauth/_scopes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/oauth/_scopes.md -------------------------------------------------------------------------------- /includes/regulars/_delete_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/regulars/_delete_id.md -------------------------------------------------------------------------------- /includes/regulars/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/regulars/_get.md -------------------------------------------------------------------------------- /includes/regulars/_get_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/regulars/_get_id.md -------------------------------------------------------------------------------- /includes/regulars/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/regulars/_introduction.md -------------------------------------------------------------------------------- /includes/regulars/_post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/regulars/_post.md -------------------------------------------------------------------------------- /includes/song_requests/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/_get.md -------------------------------------------------------------------------------- /includes/song_requests/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/_introduction.md -------------------------------------------------------------------------------- /includes/song_requests/_put.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/_put.md -------------------------------------------------------------------------------- /includes/song_requests/playlist/_delete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/playlist/_delete.md -------------------------------------------------------------------------------- /includes/song_requests/playlist/_delete_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/playlist/_delete_id.md -------------------------------------------------------------------------------- /includes/song_requests/playlist/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/playlist/_get.md -------------------------------------------------------------------------------- /includes/song_requests/playlist/_get_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/playlist/_get_id.md -------------------------------------------------------------------------------- /includes/song_requests/playlist/_post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/playlist/_post.md -------------------------------------------------------------------------------- /includes/song_requests/playlist/_post_import.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/playlist/_post_import.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_delete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_delete.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_delete_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_delete_id.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_get.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_get_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_get_id.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_post.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_post_id_promote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_post_id_promote.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_post_pause.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_post_pause.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_post_play.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_post_play.md -------------------------------------------------------------------------------- /includes/song_requests/queue/_post_skip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/song_requests/queue/_post_skip.md -------------------------------------------------------------------------------- /includes/spam_protection/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/spam_protection/_get.md -------------------------------------------------------------------------------- /includes/spam_protection/_get_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/spam_protection/_get_type.md -------------------------------------------------------------------------------- /includes/spam_protection/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/spam_protection/_introduction.md -------------------------------------------------------------------------------- /includes/spam_protection/_put_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/spam_protection/_put_type.md -------------------------------------------------------------------------------- /includes/subscribers/_delete_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/subscribers/_delete_id.md -------------------------------------------------------------------------------- /includes/subscribers/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/subscribers/_get.md -------------------------------------------------------------------------------- /includes/subscribers/_get_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/subscribers/_get_id.md -------------------------------------------------------------------------------- /includes/subscribers/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/subscribers/_introduction.md -------------------------------------------------------------------------------- /includes/subscribers/_post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/subscribers/_post.md -------------------------------------------------------------------------------- /includes/timers/_delete_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/timers/_delete_id.md -------------------------------------------------------------------------------- /includes/timers/_get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/timers/_get.md -------------------------------------------------------------------------------- /includes/timers/_get_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/timers/_get_id.md -------------------------------------------------------------------------------- /includes/timers/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/timers/_introduction.md -------------------------------------------------------------------------------- /includes/timers/_post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/timers/_post.md -------------------------------------------------------------------------------- /includes/timers/_put_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/includes/timers/_put_id.md -------------------------------------------------------------------------------- /index.html.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightbot/api-docs/HEAD/index.html.md --------------------------------------------------------------------------------