Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. GET: /soundboards
  2. [
  3. {
  4. id: number;
  5. position: number;
  6. is_favourite: boolean;
  7. title: string;
  8. },
  9. ...
  10. ]
  11.  
  12. GET: /soundfiles
  13. [
  14. {
  15. id: number;
  16. position: number;
  17. is_favourite: boolean;
  18. title: string;
  19. file_url: string;
  20. },
  21. ...
  22. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement