Sha256: f010a535bba72c01f73717f4dbc6704710ab6d977f1e5aa419cf5c8bb7013ff6
Contents?: true
Size: 1.51 KB
Versions: 14
Compression:
Stored size: 1.51 KB
Contents
{ "total_entries": 2, "_links": { "self": { "href": "/api/v2/tweets?page=1&per_page=30", "class": "page" }, "first": { "href": "/api/v2/tweets?page=1&per_page=30", "class": "page" }, "last": { "href": "/api/v2/tweets?page=1&per_page=30", "class": "page" }, "next": null, "previous": null }, "_embedded": { "entries": [ { "body": "Example tweet", "direction": "out", "type": "mention", "status": "sent", "to": null, "from": "desk_dev", "created_at": "2013-11-22T17:59:20Z", "updated_at": "2013-11-22T17:59:20Z", "_links": { "self": { "href": "/api/v2/twitter_accounts/1/tweets/1", "class": "tweet" }, "twitter_account": { "href": "/api/v2/twitter_accounts/1", "class": "twitter_account" } } }, { "body": "we're checking out your API examples @desk_dev", "direction": "out", "type": "mention", "status": "sent", "to": null, "from": "desk_dev", "created_at": "2013-11-22T17:59:20Z", "updated_at": "2013-11-22T17:59:20Z", "_links": { "self": { "href": "/api/v2/twitter_accounts/1/tweets/2", "class": "tweet" }, "twitter_account": { "href": "/api/v2/twitter_accounts/1", "class": "twitter_account" } } } ] } }
Version data entries
14 entries across 14 versions & 1 rubygems