Skip to content

Instantly share code, notes, and snippets.

@akouryy
Created August 26, 2015 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akouryy/4cb27412850b72a54d9b to your computer and use it in GitHub Desktop.
Save akouryy/4cb27412850b72a54d9b to your computer and use it in GitHub Desktop.
Client -> Server
favorite {ids: [Int]}
unfavorite {ids: [Int]}
retweet {ids: [Int]}
Server -> Client
tweet {content: String, url: String, favorited: Bool, id: Int, userName: String, userScreenName: String, userImageURL: String}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment