Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. csgotwitterbot api endpoints
  2.  
  3. [url]/user/[username]/getteams
  4. returns all teams user is currently subscribed to
  5.  
  6. [url]/user/[username]/addteams
  7. requires: one JSON object with a teamsToAdd key with value(s) in a string array
  8. returns json with a confirmation message and the teams from request added to the database for the user.
  9.  
  10. [url]/user/[username]/removeteams
  11. requires: one JSON object with a teamsToRemove key with value(s) in a string array
  12. returns json with a confirmation message and the teams from request removed from the database for the user.
  13.  
  14. [url]/teams/[teamname]/getusers
  15. returns all users currently subscribed to given team
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement