Created
April 17, 2018 15:46
-
-
Save gregblake/60250a1b8885b36bd4478ea8a29337c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rooms": { | |
| "1": { | |
| "id": 1, | |
| "name": "My Private Room", | |
| "private": true, | |
| "archived": false, | |
| "broadcaster_user_ids": [], | |
| "owner_user_ids": [], | |
| "interested_user_ids": [], | |
| "away_user_ids": [], | |
| "has_group_memberships": false, | |
| "group_conversation": false | |
| } | |
| }, | |
| "bookmarks": { | |
| "version": 2, | |
| "rooms": [ | |
| { | |
| "id": 1, | |
| "bookmarkable_type": "ConnectRoom", | |
| "bookmarkable_id": 1 | |
| } | |
| ], | |
| "people": [] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment