Skip to content

Instantly share code, notes, and snippets.

@manicExpressive
Created July 14, 2015 14:54
Show Gist options
  • Save manicExpressive/a2d8ef7bade447fc6858 to your computer and use it in GitHub Desktop.
Save manicExpressive/a2d8ef7bade447fc6858 to your computer and use it in GitHub Desktop.
lando:now stickwithjosh$ http get http://threads.dev/api/v1/channels 'Authorization: Token token="rr3RsRZcRGpJ5TK2jYFY", email="[email protected]"'
HTTP/1.1 200 OK
Cache-Control: max-age=0, private, must-revalidate
Connection: close
Content-Type: application/json; charset=utf-8
Date: Tue, 14 Jul 2015 14:53:53 GMT
ETag: W/"683617963c3df5a5650b7feba3e6cde6"
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Request-Id: ebd794bd-df44-4530-a22e-3fc7b774558c
X-Runtime: 0.376963
X-XSS-Protection: 1; mode=block
{
"channels": [
{
"description": "Let’s talk OSU! Go Beavers! Football, Professors, Admissions and Parties.",
"id": "8077246c-ba36-48c3-86a5-c1f1f24ee6f6",
"member_ids": [],
"members_can_post": true,
"name": "ZZZZZZZZZZsdfsdfBeaver Banter",
"owner_id": "2b4ea084-7b8d-4eb7-9ae9-88ffbdcdde9c",
"post_ids": []
},
{
"description": "Let’s talk OSU! Go Beavers! Football, Professors, Admissions and Parties.",
"id": "39c1622a-8f23-44cd-8913-9b142816adab",
"member_ids": [],
"members_can_post": true,
"name": "sdfsdfBeaver Banter",
"owner_id": "2b4ea084-7b8d-4eb7-9ae9-88ffbdcdde9c",
"post_ids": []
},
{
"description": "Let’s talk OSU! Go Beavers! Football, Professors, Admissions and Parties.",
"id": "0ef18c04-f5eb-4ab0-898a-07cb9250a17b",
"member_ids": [
"457ec289-8ac6-4e9f-a69b-2f1a53ee10e9"
],
"members_can_post": true,
"name": "Beaver Banter",
"owner_id": "2b4ea084-7b8d-4eb7-9ae9-88ffbdcdde9c",
"post_ids": [
"6d83c6b2-75c0-4a4d-8d8e-fda80c62f46c",
"c765d0fd-a183-476e-8339-38561bd04b4f",
"332996c0-762c-4c6c-8459-7ead1a7b5d9c"
]
},
{
"description": "Pictures of Adalina and Henry, feel free to add your own!",
"id": "155a893d-e9ef-4a39-8ed3-332235e4186e",
"member_ids": [
"2b4ea084-7b8d-4eb7-9ae9-88ffbdcdde9c"
],
"members_can_post": true,
"name": "Kid Pictures",
"owner_id": "85dc6f16-2be0-42d8-b057-13e1ebdf4b90",
"post_ids": [
"95ead4ed-36d7-4e44-bab3-5f7121ea04cc"
]
},
{
"description": "What are your very best Paleo recipes? No far cheating with sugar replacements other than honey",
"id": "f0c96ebd-de78-4a4c-bb7f-59a804441bab",
"member_ids": [
"85dc6f16-2be0-42d8-b057-13e1ebdf4b90",
"2b4ea084-7b8d-4eb7-9ae9-88ffbdcdde9c"
],
"members_can_post": true,
"name": "Paleo Recipes",
"owner_id": "457ec289-8ac6-4e9f-a69b-2f1a53ee10e9",
"post_ids": [
"afba1443-d60b-40a7-999c-2e408e493ba8",
"3c6a9851-d21d-4086-8aba-7e94adaa3320"
]
}
]
}
lando:now stickwithjosh$ http get http://threads.dev/api/v1/channels 'Authorization: Token token="rr3RsRZcRGpJ5TK2jYFY", email="[email protected]"'
HTTP/1.1 200 OK
Cache-Control: max-age=0, private, must-revalidate
Connection: close
Content-Type: application/json; charset=utf-8
Date: Tue, 14 Jul 2015 14:54:05 GMT
ETag: W/"bb090f9893366166b3c71816830bca20"
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Request-Id: c329e169-a845-48a5-bc07-13290d337a55
X-Runtime: 0.219155
X-XSS-Protection: 1; mode=block
[
{
"description": "Let’s talk OSU! Go Beavers! Football, Professors, Admissions and Parties.",
"id": "8077246c-ba36-48c3-86a5-c1f1f24ee6f6",
"members_can_post": true,
"name": "ZZZZZZZZZZsdfsdfBeaver Banter"
},
{
"description": "Let’s talk OSU! Go Beavers! Football, Professors, Admissions and Parties.",
"id": "39c1622a-8f23-44cd-8913-9b142816adab",
"members_can_post": true,
"name": "sdfsdfBeaver Banter"
},
{
"description": "Let’s talk OSU! Go Beavers! Football, Professors, Admissions and Parties.",
"id": "0ef18c04-f5eb-4ab0-898a-07cb9250a17b",
"members_can_post": true,
"name": "Beaver Banter"
},
{
"description": "Pictures of Adalina and Henry, feel free to add your own!",
"id": "155a893d-e9ef-4a39-8ed3-332235e4186e",
"members_can_post": true,
"name": "Kid Pictures"
},
{
"description": "What are your very best Paleo recipes? No far cheating with sugar replacements other than honey",
"id": "f0c96ebd-de78-4a4c-bb7f-59a804441bab",
"members_can_post": true,
"name": "Paleo Recipes"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment