Advertisement
lessientelrunya

Tweet JSON

Apr 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.19 KB | None | 0 0
  1. GET /tweet/<TWEET-ID>
  2. >>>
  3. 200 Ok
  4. {
  5.   "id": <TWEET-ID>,
  6.   "content": "Tweet test",
  7.   "date": "2016-12-31T00:30:19",
  8.   "profile": "/profile/<USERNAME>",
  9.   "uri": "/tweet/<TWEET-ID>"
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement