plugapi
Version:
Generic API for building plug.dj bots
27 lines (26 loc) • 892 B
JSON
{
"CHAT_DELETE": "chat/",
"HISTORY": "rooms/history",
"MODERATE_ADD_DJ": "booth/add",
"MODERATE_BAN": "bans/add",
"MODERATE_BOOTH": "booth",
"MODERATE_MOVE_DJ": "booth/move",
"MODERATE_MUTE": "mutes",
"MODERATE_PERMISSIONS": "staff/update",
"MODERATE_REMOVE_DJ": "booth/remove/",
"MODERATE_SKIP": "booth/skip",
"MODERATE_STAFF": "staff/",
"MODERATE_UNBAN": "bans/",
"MODERATE_UNMUTE": "mutes/",
"MODERATE_WLBAN": "booth/waitlistban",
"PLAYLIST": "playlists",
"ROOM_CYCLE_BOOTH": "booth/cycle",
"ROOM_INFO": "rooms/update",
"ROOM_LOCK_BOOTH": "booth/lock",
"SKIP_ME": "booth/skip/me",
"USER_INFO": "users/me",
"USER_GET_AVATARS": "store/inventory/avatars",
"USER_GET_BADGES": "store/inventory/badges",
"USER_SET_AVATAR": "users/avatar",
"USER_SET_BADGE": "users/badge"
}