Skip to content

Instantly share code, notes, and snippets.

@ghalimi
Created September 14, 2013 23:37
Show Gist options
  • Save ghalimi/6566695 to your computer and use it in GitHub Desktop.
Save ghalimi/6566695 to your computer and use it in GitHub Desktop.
Twitter Bindings
[
{
"copyright": "© Sutoiku, Inc. 2013",
"stc_name": "Twitter Get Status By Id",
"stc_identifier": "stc_twitter_get_status_by_id",
"stc_source_api": {
"stc_name": "GET statuses/show/: id",
"stc_website": "https: //dev.twitter.com/docs/api/1.1/get/statuses/show/%3Aid",
"stc_immutable": false,
"stc_refreshed": true,
"stc_rate_limited": true,
"stc_authentication_required": true,
"stc_response_format": "json",
"stc_http_method": "get"
},
"stc_target_object": "stc_post",
"stc_versions": [
{
"stc_number": "1.1",
"stc_bindings": {
"stc_key": {
"stc_source": "id"
},
"stc_reply_to": {
"stc_source": "in_reply_to_status_id"
},
"stc_author": {
"stc_source": "user.id"
},
"stc_contributors": {
"stc_source": "contributors"
},
"stc_coordinates": {
"stc_source": "coordinates"
},
"stc_geography": {
"stc_source": "geo"
},
"stc_place": {
"stc_source": "place"
},
"stc_source": {
"stc_source": "source"
},
"stc_favorited": {
"stc_source": "favorited"
},
"stc_reposted": {
"stc_source": "retweeted"
},
"stc_sensitive": {
"stc_source": "possibly_sensitive"
},
"stc_truncated": {
"stc_source": "truncated"
},
"stc_created_on": {
"stc_source": "created_at"
},
"stc_repost_count": {
"stc_source": "retweet_count"
},
"stc_body": {
"stc_source": "text"
},
"stc_entities": {
"stc_source": "entities"
}
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment