Created
July 7, 2015 04:27
-
-
Save manicExpressive/716e2480c3d0f210c6ae 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/6841bd72-ea71-41e3-a859-b3b8a28bb12f '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:14 GMT | |
ETag: W/"91b536a6c7a3605aa713ef6a2b2ef457" | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: SAMEORIGIN | |
X-Request-Id: 7e59866c-46ba-44d3-9215-18abc271e254 | |
X-Runtime: 0.057522 | |
X-XSS-Protection: 1; mode=block | |
{ | |
"channel": { | |
"description": "What are your very best Paleo recipes? No far cheating with sugar replacements other than honey", | |
"id": "6841bd72-ea71-41e3-a859-b3b8a28bb12f", | |
"member_ids": [ | |
"80a582ee-443a-4b60-a150-2f0514f5d304", | |
"00fdcef0-3d0e-4db7-a5e5-a0d18549c69b" | |
], | |
"name": "Paleo Recipes", | |
"owner": { | |
"authentication_token": "CQbQoy3gwYBT6uCTKGFy", | |
"created_at": "2015-07-06T22:20:58.000+00:00", | |
"email": "[email protected]", | |
"facebook_token": null, | |
"first_name": "James", | |
"id": "74c47a73-d6a0-41b0-a642-0e6cc00dd3a8", | |
"last_name": "Madison", | |
"tos": null, | |
"updated_at": "2015-07-07T04:27:14.000+00:00" | |
}, | |
"post_ids": [ | |
"82c44252-89d2-4e5e-88de-b00c644b9e43", | |
"fb68931f-526f-48f1-a8a3-80305b049755", | |
"0771c1bb-3b7f-4076-98a2-9e87d4140e33" | |
] | |
} | |
} | |
lando:web stickwithjosh$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment