Created
July 7, 2015 04:28
-
-
Save manicExpressive/725d744fc5e1ba1ae36b 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
lando:web stickwithjosh$ http get http://threads.dev/api/v1/channels 'Authorization: Token token="CQbQoy3gwYBT6uCTKGFy", 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, 07 Jul 2015 04:27:51 GMT | |
ETag: W/"c773d6e60fb702f6f39b7cdb3b594422" | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: SAMEORIGIN | |
X-Request-Id: 48831ce2-7e81-4230-87c8-5bc1f5a5a398 | |
X-Runtime: 0.027925 | |
X-XSS-Protection: 1; mode=block | |
{ | |
"channels": [ | |
{ | |
"description": "What are your very best Paleo recipes? No far cheating with sugar replacements other than honey", | |
"id": "6841bd72-ea71-41e3-a859-b3b8a28bb12f", | |
"name": "Paleo Recipes", | |
"readonly": null | |
}, | |
{ | |
"description": "Hoping to give my kids options other than college for the first few years after highschool", | |
"id": "ad3317e1-e961-4a14-9185-1188f391903b", | |
"name": "College Alternatives", | |
"readonly": null | |
}, | |
{ | |
"description": "asdf", | |
"id": "4c545a7a-fd00-4a23-8fbf-e71dfc62508f", | |
"name": "asdf", | |
"readonly": null | |
} | |
] | |
} | |
lando:web stickwithjosh$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment