chute 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +0 -1
- data/chute.gemspec +3 -5
- data/lib/chute/connection.rb +1 -1
- data/lib/chute/v2/accounts.rb +13 -0
- data/lib/chute/version.rb +1 -1
- data/spec/chute/connection_spec.rb +1 -1
- data/spec/fixtures/chute_cassettes/albums/album_create_with_permission_view.yml +13 -21
- data/spec/fixtures/chute_cassettes/albums/albums_add_remove_assets.yml +23 -47
- data/spec/fixtures/chute_cassettes/albums/albums_create.yml +13 -21
- data/spec/fixtures/chute_cassettes/albums/albums_delete.yml +20 -36
- data/spec/fixtures/chute_cassettes/albums/albums_get.yml +23 -39
- data/spec/fixtures/chute_cassettes/albums/albums_list.yml +27 -35
- data/spec/fixtures/chute_cassettes/albums/albums_stats.yml +17 -33
- data/spec/fixtures/chute_cassettes/albums/albums_update.yml +23 -39
- data/spec/fixtures/chute_cassettes/assets/assets_delete.yml +20 -36
- data/spec/fixtures/chute_cassettes/assets/assets_geo.yml +24 -48
- data/spec/fixtures/chute_cassettes/assets/assets_get.yml +17 -33
- data/spec/fixtures/chute_cassettes/assets/assets_import.yml +8 -16
- data/spec/fixtures/chute_cassettes/assets/assets_list.yml +9 -17
- data/spec/fixtures/chute_cassettes/assets/assets_update.yml +18 -34
- data/spec/fixtures/chute_cassettes/comments/comments_create.yml +33 -57
- data/spec/fixtures/chute_cassettes/comments/comments_list.yml +44 -76
- data/spec/fixtures/chute_cassettes/flags/flags_methods.yml +50 -90
- data/spec/fixtures/chute_cassettes/hearts/hearts_methods.yml +41 -73
- data/spec/fixtures/chute_cassettes/tags/tags_assets.yml +50 -90
- data/spec/fixtures/chute_cassettes/triggers/trigger_errors.yml +7 -15
- data/spec/fixtures/chute_cassettes/triggers/triggers_cleanup.yml +30 -54
- data/spec/fixtures/chute_cassettes/triggers/triggers_create.yml +10 -18
- data/spec/fixtures/chute_cassettes/triggers/triggers_delete.yml +19 -35
- data/spec/fixtures/chute_cassettes/triggers/triggers_list.yml +12 -20
- data/spec/fixtures/chute_cassettes/triggers/triggers_update.yml +21 -37
- data/spec/fixtures/chute_cassettes/users/users_get.yml +14 -30
- data/spec/fixtures/chute_cassettes/users/users_me.yml +7 -15
- data/spec/fixtures/chute_cassettes/votes/votes_methods.yml +50 -90
- metadata +4 -19
| @@ -8,7 +8,7 @@ http_interactions: | |
| 8 8 | 
             
                  string: ! '{}'
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  Authorization:
         | 
| 11 | 
            -
                  -  | 
| 11 | 
            +
                  - Bearer API KEY
         | 
| 12 12 | 
             
                  Content-Type:
         | 
| 13 13 | 
             
                  - application/json
         | 
| 14 14 | 
             
                  Accepts:
         | 
| @@ -25,40 +25,32 @@ http_interactions: | |
| 25 25 | 
             
                  Content-Type:
         | 
| 26 26 | 
             
                  - text/html; charset=utf-8
         | 
| 27 27 | 
             
                  Date:
         | 
| 28 | 
            -
                  - Mon,  | 
| 28 | 
            +
                  - Mon, 22 Apr 2013 22:26:03 GMT
         | 
| 29 29 | 
             
                  Etag:
         | 
| 30 30 | 
             
                  - ! '"0331a052c993f5b3b558f3180d48d85b"'
         | 
| 31 31 | 
             
                  Last-Modified:
         | 
| 32 | 
            -
                  - Mon,  | 
| 32 | 
            +
                  - Mon, 22 Apr 2013 22:24:20 GMT
         | 
| 33 33 | 
             
                  Server:
         | 
| 34 34 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 35 35 | 
             
                  Status:
         | 
| 36 36 | 
             
                  - '200'
         | 
| 37 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 38 | 
            -
                  - '4999894'
         | 
| 39 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 40 | 
            -
                  - '3719999835'
         | 
| 41 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 42 | 
            -
                  - '5000000'
         | 
| 43 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 44 | 
            -
                  - '3720000000'
         | 
| 45 37 | 
             
                  X-Powered-By:
         | 
| 46 38 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 47 39 | 
             
                  X-Rack-Cache:
         | 
| 48 40 | 
             
                  - miss
         | 
| 49 41 | 
             
                  X-Request-Id:
         | 
| 50 | 
            -
                  -  | 
| 42 | 
            +
                  - d9a0c4c2a395008476e8143a83546757
         | 
| 51 43 | 
             
                  X-Runtime:
         | 
| 52 | 
            -
                  - '0. | 
| 44 | 
            +
                  - '0.063406'
         | 
| 53 45 | 
             
                  X-Ua-Compatible:
         | 
| 54 46 | 
             
                  - IE=Edge,chrome=1
         | 
| 55 47 | 
             
                  Content-Length:
         | 
| 56 | 
            -
                  - ' | 
| 48 | 
            +
                  - '4694'
         | 
| 57 49 | 
             
                  Connection:
         | 
| 58 50 | 
             
                  - keep-alive
         | 
| 59 51 | 
             
                body:
         | 
| 60 52 | 
             
                  encoding: US-ASCII
         | 
| 61 | 
            -
                  string: ! '{"response":{"title":"Asset Listing","version":2,"code":200,"href":"https://api.getchute.com/v2/albums/2327121/assets?" | 
| 53 | 
            +
                  string: ! '{"response":{"title":"Asset Listing","version":2,"code":200,"href":"https://api.getchute.com/v2/albums/2327121/assets?"},"data":[{"id":336387457,"links":{"self":{"href":"http://api.getchute.com/v2/albums/2327121/assets/336387457","title":"Asset
         | 
| 62 54 | 
             
                    Details"},"exif":{"href":"http://api.getchute.com/v2/albums/2327121/assets/336387457/exif","title":"Exif
         | 
| 63 55 | 
             
                    Details"},"geo":{"href":"http://api.getchute.com/v2/albums/2327121/assets/336387457/geo","title":"Geo
         | 
| 64 56 | 
             
                    Details"},"heart":{"href":"http://api.getchute.com/v2/albums/9Lodbnip/assets/mLrK9uvyh/hearts","title":"Heart"},"vote":{"href":"http://api.getchute.com/v2/albums/9Lodbnip/assets/mLrK9uvyh/votes","title":"Vote"}},"created_at":"2013-03-25T18:27:00Z","updated_at":"2013-03-25T18:27:00Z","thumbnail":"http://media.getchute.com/m/mLrK9uvyh/c/2327121/75x75","url":"http://media.getchute.com/m/mLrK9uvyh/c/2327121","shortcut":"mLrK9uvyh","type":"image","caption":null,"dimensions":{"width":null,"height":null},"location":null,"source":{"source":"import","source_id":null,"source_url":"http://datastore01.rediff.com/h1500-w1500/thumb/52605E5F6D6C65665C60665C696C7371/fuugfaw7icy0hq4j.D.0.Richa-Gangopadhyay-Latest-Hot-Photo.jpg","service":null,"import_id":null,"import_url":null,"original_url":"http://media.getchute.com/m/mLrK9uvyh/c/2327121"},"service":"uploaded","user":{"id":545,"links":{"self":{"href":"http://api.getchute.com/v2/users/545","title":"User
         | 
| @@ -69,9 +61,9 @@ http_interactions: | |
| 69 61 | 
             
                    Details"}},"created_at":"2012-01-17T19:53:39Z","updated_at":"2012-09-15T10:55:51Z","name":"darko1002001","username":"darko1002001","avatar":"http://static.getchute.com/v1/images/avatar-100x100.png","profile":null},"votes":0,"hearts":0,"tags":[],"chute_asset_id":"541316992"},{"id":71907823,"links":{"self":{"href":"http://api.getchute.com/v2/albums/2327121/assets/71907823","title":"Asset
         | 
| 70 62 | 
             
                    Details"},"exif":{"href":"http://api.getchute.com/v2/albums/2327121/assets/71907823/exif","title":"Exif
         | 
| 71 63 | 
             
                    Details"},"geo":{"href":"http://api.getchute.com/v2/albums/2327121/assets/71907823/geo","title":"Geo
         | 
| 72 | 
            -
                    Details"},"heart":{"href":"http://api.getchute.com/v2/albums/9Lodbnip/assets/4RIvBzgbp/hearts","title":"Heart"},"vote":{"href":"http://api.getchute.com/v2/albums/9Lodbnip/assets/4RIvBzgbp/votes","title":"Vote"}},"created_at":"2012-11-28T11:12:02Z","updated_at":"2013-04- | 
| 64 | 
            +
                    Details"},"heart":{"href":"http://api.getchute.com/v2/albums/9Lodbnip/assets/4RIvBzgbp/hearts","title":"Heart"},"vote":{"href":"http://api.getchute.com/v2/albums/9Lodbnip/assets/4RIvBzgbp/votes","title":"Vote"}},"created_at":"2012-11-28T11:12:02Z","updated_at":"2013-04-22T22:24:20Z","thumbnail":"http://media.getchute.com/m/4RIvBzgbp/c/2327121/75x75","url":"http://media.getchute.com/m/4RIvBzgbp/c/2327121","shortcut":"4RIvBzgbp","type":"image","caption":"New
         | 
| 73 65 | 
             
                    Asset Title","dimensions":{"width":null,"height":null},"location":null,"source":{"source":"imported","source_id":null,"source_url":"http://www.wix.com/blog/wp-content/uploads/2012/08/HowToGoBeyondStockPhotoCliches.jpg","service":null,"import_id":null,"import_url":null,"original_url":"http://media.getchute.com/m/4RIvBzgbp/c/2327121"},"service":"uploaded","user":{"id":545,"links":{"self":{"href":"http://api.getchute.com/v2/users/545","title":"User
         | 
| 74 66 | 
             
                    Details"}},"created_at":"2012-01-17T19:53:39Z","updated_at":"2012-09-15T10:55:51Z","name":"darko1002001","username":"darko1002001","avatar":"http://static.getchute.com/v1/images/avatar-100x100.png","profile":null},"votes":0,"hearts":0,"tags":[],"chute_asset_id":"541316991"}]}'
         | 
| 75 67 | 
             
                http_version: 
         | 
| 76 | 
            -
              recorded_at: Mon,  | 
| 68 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:03 GMT
         | 
| 77 69 | 
             
            recorded_with: VCR 2.2.5
         | 
| @@ -8,7 +8,7 @@ http_interactions: | |
| 8 8 | 
             
                  string: ! '{"urls":"http://www.wix.com/blog/wp-content/uploads/2012/08/HowToGoBeyondStockPhotoCliches.jpg"}'
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  Authorization:
         | 
| 11 | 
            -
                  -  | 
| 11 | 
            +
                  - Bearer API KEY
         | 
| 12 12 | 
             
                  Content-Type:
         | 
| 13 13 | 
             
                  - application/json
         | 
| 14 14 | 
             
                  Accepts:
         | 
| @@ -25,31 +25,23 @@ http_interactions: | |
| 25 25 | 
             
                  Content-Type:
         | 
| 26 26 | 
             
                  - application/json; charset=utf-8
         | 
| 27 27 | 
             
                  Date:
         | 
| 28 | 
            -
                  - Mon,  | 
| 28 | 
            +
                  - Mon, 22 Apr 2013 22:26:06 GMT
         | 
| 29 29 | 
             
                  Etag:
         | 
| 30 30 | 
             
                  - ! '"c9ca3f955bdf76e7d7643d1e2bd29108"'
         | 
| 31 31 | 
             
                  Last-Modified:
         | 
| 32 | 
            -
                  - Mon,  | 
| 32 | 
            +
                  - Mon, 22 Apr 2013 22:24:20 GMT
         | 
| 33 33 | 
             
                  Server:
         | 
| 34 34 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 35 35 | 
             
                  Status:
         | 
| 36 36 | 
             
                  - '200'
         | 
| 37 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 38 | 
            -
                  - '4999890'
         | 
| 39 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 40 | 
            -
                  - '3719999831'
         | 
| 41 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 42 | 
            -
                  - '5000000'
         | 
| 43 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 44 | 
            -
                  - '3720000000'
         | 
| 45 37 | 
             
                  X-Powered-By:
         | 
| 46 38 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 47 39 | 
             
                  X-Rack-Cache:
         | 
| 48 40 | 
             
                  - invalidate, pass
         | 
| 49 41 | 
             
                  X-Request-Id:
         | 
| 50 | 
            -
                  -  | 
| 42 | 
            +
                  - f894a66937221979108bc37bea790e21
         | 
| 51 43 | 
             
                  X-Runtime:
         | 
| 52 | 
            -
                  - '0. | 
| 44 | 
            +
                  - '0.066245'
         | 
| 53 45 | 
             
                  X-Ua-Compatible:
         | 
| 54 46 | 
             
                  - IE=Edge,chrome=1
         | 
| 55 47 | 
             
                  Transfer-Encoding:
         | 
| @@ -60,13 +52,13 @@ http_interactions: | |
| 60 52 | 
             
                  encoding: US-ASCII
         | 
| 61 53 | 
             
                  string: ! '{"response":{"title":"Imported Assets","warning":"Deprecated route:
         | 
| 62 54 | 
             
                    This will be disabled soon. Please include an album in the route to access
         | 
| 63 | 
            -
                    an asset.","version":2,"code":200,"href":"https://api.getchute.com/v2/assets/import?&urls=http%3A%2F%2Fwww.wix.com%2Fblog%2Fwp-content%2Fuploads%2F2012%2F08%2FHowToGoBeyondStockPhotoCliches.jpg" | 
| 55 | 
            +
                    an asset.","version":2,"code":200,"href":"https://api.getchute.com/v2/assets/import?&urls=http%3A%2F%2Fwww.wix.com%2Fblog%2Fwp-content%2Fuploads%2F2012%2F08%2FHowToGoBeyondStockPhotoCliches.jpg"},"data":[{"id":71907823,"links":{"self":{"href":"http://api.getchute.com/v2/assets/71907823","title":"Asset
         | 
| 64 56 | 
             
                    Details"},"exif":{"href":"http://api.getchute.com/v2/assets/71907823/exif","title":"Exif
         | 
| 65 57 | 
             
                    Details"},"geo":{"href":"http://api.getchute.com/v2/assets/71907823/geo","title":"Geo
         | 
| 66 | 
            -
                    Details"}},"created_at":"2012-11-28T11:12:02Z","updated_at":"2013-04- | 
| 58 | 
            +
                    Details"}},"created_at":"2012-11-28T11:12:02Z","updated_at":"2013-04-22T22:24:20Z","thumbnail":"http://media.getchute.com/media/4RIvBzgbp/75x75","url":"http://media.getchute.com/media/4RIvBzgbp","shortcut":"4RIvBzgbp","type":"image","caption":"New
         | 
| 67 59 | 
             
                    Asset Title","dimensions":{"width":null,"height":null},"location":null,"source":{"source":"imported","source_id":null,"source_url":"http://www.wix.com/blog/wp-content/uploads/2012/08/HowToGoBeyondStockPhotoCliches.jpg","service":null,"import_id":null,"import_url":null,"original_url":"http://media.getchute.com/media/4RIvBzgbp"},"service":"uploaded"}]}'
         | 
| 68 60 | 
             
                http_version: 
         | 
| 69 | 
            -
              recorded_at: Mon,  | 
| 61 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:06 GMT
         | 
| 70 62 | 
             
            - request:
         | 
| 71 63 | 
             
                method: put
         | 
| 72 64 | 
             
                uri: https://api.getchute.com/v2/assets/71907823
         | 
| @@ -75,7 +67,7 @@ http_interactions: | |
| 75 67 | 
             
                  string: ! '{"caption":"New Asset Title"}'
         | 
| 76 68 | 
             
                headers:
         | 
| 77 69 | 
             
                  Authorization:
         | 
| 78 | 
            -
                  -  | 
| 70 | 
            +
                  - Bearer API KEY
         | 
| 79 71 | 
             
                  Content-Type:
         | 
| 80 72 | 
             
                  - application/json
         | 
| 81 73 | 
             
                  Accepts:
         | 
| @@ -92,47 +84,39 @@ http_interactions: | |
| 92 84 | 
             
                  Content-Type:
         | 
| 93 85 | 
             
                  - application/json; charset=utf-8
         | 
| 94 86 | 
             
                  Date:
         | 
| 95 | 
            -
                  - Mon,  | 
| 87 | 
            +
                  - Mon, 22 Apr 2013 22:26:06 GMT
         | 
| 96 88 | 
             
                  Etag:
         | 
| 97 89 | 
             
                  - ! '"c9ca3f955bdf76e7d7643d1e2bd29108"'
         | 
| 98 90 | 
             
                  Last-Modified:
         | 
| 99 | 
            -
                  - Mon,  | 
| 91 | 
            +
                  - Mon, 22 Apr 2013 22:26:06 GMT
         | 
| 100 92 | 
             
                  Server:
         | 
| 101 93 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 102 94 | 
             
                  Status:
         | 
| 103 95 | 
             
                  - '200'
         | 
| 104 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 105 | 
            -
                  - '4999889'
         | 
| 106 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 107 | 
            -
                  - '3719999830'
         | 
| 108 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 109 | 
            -
                  - '5000000'
         | 
| 110 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 111 | 
            -
                  - '3720000000'
         | 
| 112 96 | 
             
                  X-Powered-By:
         | 
| 113 97 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 114 98 | 
             
                  X-Rack-Cache:
         | 
| 115 99 | 
             
                  - invalidate, pass
         | 
| 116 100 | 
             
                  X-Request-Id:
         | 
| 117 | 
            -
                  -  | 
| 101 | 
            +
                  - 52220e04a7700f50d34bf88ac0fe2f2c
         | 
| 118 102 | 
             
                  X-Runtime:
         | 
| 119 | 
            -
                  - '0. | 
| 103 | 
            +
                  - '0.055724'
         | 
| 120 104 | 
             
                  X-Ua-Compatible:
         | 
| 121 105 | 
             
                  - IE=Edge,chrome=1
         | 
| 122 | 
            -
                   | 
| 123 | 
            -
                  -  | 
| 106 | 
            +
                  Content-Length:
         | 
| 107 | 
            +
                  - '1476'
         | 
| 124 108 | 
             
                  Connection:
         | 
| 125 109 | 
             
                  - keep-alive
         | 
| 126 110 | 
             
                body:
         | 
| 127 111 | 
             
                  encoding: US-ASCII
         | 
| 128 112 | 
             
                  string: ! '{"response":{"title":"Asset Details","warning":"Deprecated route:
         | 
| 129 113 | 
             
                    This will be disabled soon. Please include an album in the route to access
         | 
| 130 | 
            -
                    an asset.","version":2,"code":200,"href":"https://api.getchute.com/v2/assets/71907823?asset%5Bcaption%5D=New+Asset+Title&caption=New+Asset+Title" | 
| 114 | 
            +
                    an asset.","version":2,"code":200,"href":"https://api.getchute.com/v2/assets/71907823?asset%5Bcaption%5D=New+Asset+Title&caption=New+Asset+Title"},"data":{"id":71907823,"links":{"self":{"href":"http://api.getchute.com/v2/assets/71907823","title":"Asset
         | 
| 131 115 | 
             
                    Details"},"exif":{"href":"http://api.getchute.com/v2/assets/71907823/exif","title":"Exif
         | 
| 132 116 | 
             
                    Details"},"geo":{"href":"http://api.getchute.com/v2/assets/71907823/geo","title":"Geo
         | 
| 133 | 
            -
                    Details"}},"created_at":"2012-11-28T11:12:02Z","updated_at":"2013-04- | 
| 117 | 
            +
                    Details"}},"created_at":"2012-11-28T11:12:02Z","updated_at":"2013-04-22T22:26:06Z","thumbnail":"http://media.getchute.com/media/4RIvBzgbp/75x75","url":"http://media.getchute.com/media/4RIvBzgbp","shortcut":"4RIvBzgbp","type":"image","caption":"New
         | 
| 134 118 | 
             
                    Asset Title","dimensions":{"width":null,"height":null},"location":null,"source":{"source":"imported","source_id":null,"source_url":"http://www.wix.com/blog/wp-content/uploads/2012/08/HowToGoBeyondStockPhotoCliches.jpg","service":null,"import_id":null,"import_url":null,"original_url":"http://media.getchute.com/media/4RIvBzgbp"},"service":"uploaded","user":{"id":545,"links":{"self":{"href":"http://api.getchute.com/v2/users/545","title":"User
         | 
| 135 119 | 
             
                    Details"}},"created_at":"2012-01-17T19:53:39Z","updated_at":"2012-09-15T10:55:51Z","name":"darko1002001","username":"darko1002001","avatar":"http://static.getchute.com/v1/images/avatar-100x100.png","profile":null}}}'
         | 
| 136 120 | 
             
                http_version: 
         | 
| 137 | 
            -
              recorded_at: Mon,  | 
| 121 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:06 GMT
         | 
| 138 122 | 
             
            recorded_with: VCR 2.2.5
         | 
| @@ -8,7 +8,7 @@ http_interactions: | |
| 8 8 | 
             
                  string: ! '{"album":{"name":"Album for Comments"}}'
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  Authorization:
         | 
| 11 | 
            -
                  -  | 
| 11 | 
            +
                  - Bearer API KEY
         | 
| 12 12 | 
             
                  Content-Type:
         | 
| 13 13 | 
             
                  - application/json
         | 
| 14 14 | 
             
                  Accepts:
         | 
| @@ -25,31 +25,23 @@ http_interactions: | |
| 25 25 | 
             
                  Content-Type:
         | 
| 26 26 | 
             
                  - application/json; charset=utf-8
         | 
| 27 27 | 
             
                  Date:
         | 
| 28 | 
            -
                  - Mon,  | 
| 28 | 
            +
                  - Mon, 22 Apr 2013 22:26:10 GMT
         | 
| 29 29 | 
             
                  Etag:
         | 
| 30 | 
            -
                  - ! '" | 
| 30 | 
            +
                  - ! '"051043a8a6ed435018231941aa910803"'
         | 
| 31 31 | 
             
                  Last-Modified:
         | 
| 32 | 
            -
                  - Mon,  | 
| 32 | 
            +
                  - Mon, 22 Apr 2013 22:26:10 GMT
         | 
| 33 33 | 
             
                  Server:
         | 
| 34 34 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 35 35 | 
             
                  Status:
         | 
| 36 36 | 
             
                  - '201'
         | 
| 37 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 38 | 
            -
                  - '4999883'
         | 
| 39 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 40 | 
            -
                  - '3719999824'
         | 
| 41 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 42 | 
            -
                  - '5000000'
         | 
| 43 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 44 | 
            -
                  - '3720000000'
         | 
| 45 37 | 
             
                  X-Powered-By:
         | 
| 46 38 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 47 39 | 
             
                  X-Rack-Cache:
         | 
| 48 40 | 
             
                  - invalidate, pass
         | 
| 49 41 | 
             
                  X-Request-Id:
         | 
| 50 | 
            -
                  -  | 
| 42 | 
            +
                  - 6730806460f9241926c0baa0327e044c
         | 
| 51 43 | 
             
                  X-Runtime:
         | 
| 52 | 
            -
                  - '0. | 
| 44 | 
            +
                  - '0.048064'
         | 
| 53 45 | 
             
                  X-Ua-Compatible:
         | 
| 54 46 | 
             
                  - IE=Edge,chrome=1
         | 
| 55 47 | 
             
                  Transfer-Encoding:
         | 
| @@ -58,23 +50,23 @@ http_interactions: | |
| 58 50 | 
             
                  - keep-alive
         | 
| 59 51 | 
             
                body:
         | 
| 60 52 | 
             
                  encoding: US-ASCII
         | 
| 61 | 
            -
                  string: ! '{"response":{"title":"Album Details","version":2,"code":201,"href":"https://api.getchute.com/v2/albums?album%5Bname%5D=Album+for+Comments" | 
| 62 | 
            -
                    Details"},"assets":{"href":"http://api.getchute.com/v2/albums/ | 
| 63 | 
            -
                    Listing"},"parcels":{"href":"http://api.getchute.com/v2/albums/ | 
| 64 | 
            -
                    Listing"}},"created_at":"2013-04- | 
| 53 | 
            +
                  string: ! '{"response":{"title":"Album Details","version":2,"code":201,"href":"https://api.getchute.com/v2/albums?album%5Bname%5D=Album+for+Comments"},"data":{"id":2412453,"links":{"self":{"href":"http://api.getchute.com/v2/albums/2412453","title":"Album
         | 
| 54 | 
            +
                    Details"},"assets":{"href":"http://api.getchute.com/v2/albums/2412453/assets","title":"Asset
         | 
| 55 | 
            +
                    Listing"},"parcels":{"href":"http://api.getchute.com/v2/albums/2412453/parcels","title":"Parcel
         | 
| 56 | 
            +
                    Listing"}},"created_at":"2013-04-22T22:26:10Z","updated_at":"2013-04-22T22:26:10Z","shortcut":"a7Axvqws","name":"Album
         | 
| 65 57 | 
             
                    for Comments","description":null,"user":{"id":545,"links":{"self":{"href":"http://api.getchute.com/v2/users/545","title":"User
         | 
| 66 58 | 
             
                    Details"}},"created_at":"2012-01-17T19:53:39Z","updated_at":"2012-09-15T10:55:51Z","name":"darko1002001","username":"darko1002001","avatar":"http://static.getchute.com/v1/images/avatar-100x100.png","profile":null},"moderate_media":false,"moderate_comments":false,"parent_id":null}}'
         | 
| 67 59 | 
             
                http_version: 
         | 
| 68 | 
            -
              recorded_at: Mon,  | 
| 60 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:10 GMT
         | 
| 69 61 | 
             
            - request:
         | 
| 70 62 | 
             
                method: post
         | 
| 71 | 
            -
                uri: https://api.getchute.com/v2/albums/ | 
| 63 | 
            +
                uri: https://api.getchute.com/v2/albums/2412453/assets/import
         | 
| 72 64 | 
             
                body:
         | 
| 73 65 | 
             
                  encoding: UTF-8
         | 
| 74 66 | 
             
                  string: ! '{"urls":["http://farm9.staticflickr.com/8194/8141607138_bfaea3afd9.jpg"]}'
         | 
| 75 67 | 
             
                headers:
         | 
| 76 68 | 
             
                  Authorization:
         | 
| 77 | 
            -
                  -  | 
| 69 | 
            +
                  - Bearer API KEY
         | 
| 78 70 | 
             
                  Content-Type:
         | 
| 79 71 | 
             
                  - application/json
         | 
| 80 72 | 
             
                  Accepts:
         | 
| @@ -91,7 +83,7 @@ http_interactions: | |
| 91 83 | 
             
                  Content-Type:
         | 
| 92 84 | 
             
                  - application/json; charset=utf-8
         | 
| 93 85 | 
             
                  Date:
         | 
| 94 | 
            -
                  - Mon,  | 
| 86 | 
            +
                  - Mon, 22 Apr 2013 22:26:10 GMT
         | 
| 95 87 | 
             
                  Etag:
         | 
| 96 88 | 
             
                  - ! '"e109632f58397e26b953c827c1486da8"'
         | 
| 97 89 | 
             
                  Last-Modified:
         | 
| @@ -100,22 +92,14 @@ http_interactions: | |
| 100 92 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 101 93 | 
             
                  Status:
         | 
| 102 94 | 
             
                  - '200'
         | 
| 103 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 104 | 
            -
                  - '4999882'
         | 
| 105 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 106 | 
            -
                  - '3719999823'
         | 
| 107 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 108 | 
            -
                  - '5000000'
         | 
| 109 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 110 | 
            -
                  - '3720000000'
         | 
| 111 95 | 
             
                  X-Powered-By:
         | 
| 112 96 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 113 97 | 
             
                  X-Rack-Cache:
         | 
| 114 98 | 
             
                  - invalidate, pass
         | 
| 115 99 | 
             
                  X-Request-Id:
         | 
| 116 | 
            -
                  -  | 
| 100 | 
            +
                  - 7ac503b248181d9c1642619ab8987efc
         | 
| 117 101 | 
             
                  X-Runtime:
         | 
| 118 | 
            -
                  - '0. | 
| 102 | 
            +
                  - '0.102061'
         | 
| 119 103 | 
             
                  X-Ua-Compatible:
         | 
| 120 104 | 
             
                  - IE=Edge,chrome=1
         | 
| 121 105 | 
             
                  Transfer-Encoding:
         | 
| @@ -124,21 +108,21 @@ http_interactions: | |
| 124 108 | 
             
                  - keep-alive
         | 
| 125 109 | 
             
                body:
         | 
| 126 110 | 
             
                  encoding: US-ASCII
         | 
| 127 | 
            -
                  string: ! '{"response":{"title":"Imported Assets","version":2,"code":200,"href":"https://api.getchute.com/v2/albums/ | 
| 128 | 
            -
                    Details"},"exif":{"href":"http://api.getchute.com/v2/albums/ | 
| 129 | 
            -
                    Details"},"geo":{"href":"http://api.getchute.com/v2/albums/ | 
| 130 | 
            -
                    Details"},"heart":{"href":"http://api.getchute.com/v2/albums/ | 
| 111 | 
            +
                  string: ! '{"response":{"title":"Imported Assets","version":2,"code":200,"href":"https://api.getchute.com/v2/albums/2412453/assets/import?&urls%5B%5D=http%3A%2F%2Ffarm9.staticflickr.com%2F8194%2F8141607138_bfaea3afd9.jpg"},"data":[{"id":72569916,"links":{"self":{"href":"http://api.getchute.com/v2/albums/2412453/assets/72569916","title":"Asset
         | 
| 112 | 
            +
                    Details"},"exif":{"href":"http://api.getchute.com/v2/albums/2412453/assets/72569916/exif","title":"Exif
         | 
| 113 | 
            +
                    Details"},"geo":{"href":"http://api.getchute.com/v2/albums/2412453/assets/72569916/geo","title":"Geo
         | 
| 114 | 
            +
                    Details"},"heart":{"href":"http://api.getchute.com/v2/albums/a7Axvqws/assets/4UuKweohy/hearts","title":"Heart"},"vote":{"href":"http://api.getchute.com/v2/albums/a7Axvqws/assets/4UuKweohy/votes","title":"Vote"}},"created_at":"2012-11-29T13:55:20Z","updated_at":"2012-11-29T13:55:20Z","thumbnail":"http://media.getchute.com/media/4UuKweohy/75x75","url":"http://media.getchute.com/media/4UuKweohy","shortcut":"4UuKweohy","type":"image","caption":null,"dimensions":{"width":null,"height":null},"location":null,"source":{"source":"imported","source_id":null,"source_url":"http://farm9.staticflickr.com/8194/8141607138_bfaea3afd9.jpg","service":null,"import_id":null,"import_url":null,"original_url":"http://media.getchute.com/media/4UuKweohy"},"service":"uploaded"}]}'
         | 
| 131 115 | 
             
                http_version: 
         | 
| 132 | 
            -
              recorded_at: Mon,  | 
| 116 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:10 GMT
         | 
| 133 117 | 
             
            - request:
         | 
| 134 118 | 
             
                method: post
         | 
| 135 | 
            -
                uri: https://api.getchute.com/v2/albums/ | 
| 119 | 
            +
                uri: https://api.getchute.com/v2/albums/2412453/assets/72569916/comments
         | 
| 136 120 | 
             
                body:
         | 
| 137 121 | 
             
                  encoding: UTF-8
         | 
| 138 122 | 
             
                  string: ! '{"comment_text":"Some random comment","name":"Darko","email":"random@someemail.com"}'
         | 
| 139 123 | 
             
                headers:
         | 
| 140 124 | 
             
                  Authorization:
         | 
| 141 | 
            -
                  -  | 
| 125 | 
            +
                  - Bearer API KEY
         | 
| 142 126 | 
             
                  Content-Type:
         | 
| 143 127 | 
             
                  - application/json
         | 
| 144 128 | 
             
                  Accepts:
         | 
| @@ -155,42 +139,34 @@ http_interactions: | |
| 155 139 | 
             
                  Content-Type:
         | 
| 156 140 | 
             
                  - application/json; charset=utf-8
         | 
| 157 141 | 
             
                  Date:
         | 
| 158 | 
            -
                  - Mon,  | 
| 142 | 
            +
                  - Mon, 22 Apr 2013 22:26:11 GMT
         | 
| 159 143 | 
             
                  Etag:
         | 
| 160 | 
            -
                  - ! '" | 
| 144 | 
            +
                  - ! '"43bd80cee9457b8619be105bbf5c9f8f"'
         | 
| 161 145 | 
             
                  Last-Modified:
         | 
| 162 | 
            -
                  - Mon,  | 
| 146 | 
            +
                  - Mon, 22 Apr 2013 22:26:11 GMT
         | 
| 163 147 | 
             
                  Server:
         | 
| 164 148 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 165 149 | 
             
                  Status:
         | 
| 166 150 | 
             
                  - '201'
         | 
| 167 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 168 | 
            -
                  - '4999881'
         | 
| 169 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 170 | 
            -
                  - '3719999822'
         | 
| 171 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 172 | 
            -
                  - '5000000'
         | 
| 173 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 174 | 
            -
                  - '3720000000'
         | 
| 175 151 | 
             
                  X-Powered-By:
         | 
| 176 152 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 177 153 | 
             
                  X-Rack-Cache:
         | 
| 178 154 | 
             
                  - invalidate, pass
         | 
| 179 155 | 
             
                  X-Request-Id:
         | 
| 180 | 
            -
                  -  | 
| 156 | 
            +
                  - 954f3804016e2d733d70a2565860a134
         | 
| 181 157 | 
             
                  X-Runtime:
         | 
| 182 | 
            -
                  - '0. | 
| 158 | 
            +
                  - '0.068856'
         | 
| 183 159 | 
             
                  X-Ua-Compatible:
         | 
| 184 160 | 
             
                  - IE=Edge,chrome=1
         | 
| 185 | 
            -
                   | 
| 186 | 
            -
                  -  | 
| 161 | 
            +
                  Content-Length:
         | 
| 162 | 
            +
                  - '592'
         | 
| 187 163 | 
             
                  Connection:
         | 
| 188 164 | 
             
                  - keep-alive
         | 
| 189 165 | 
             
                body:
         | 
| 190 166 | 
             
                  encoding: US-ASCII
         | 
| 191 | 
            -
                  string: ! '{"response":{"title":"Comment Details","version":2,"code":201,"href":"https://api.getchute.com/v2/albums/ | 
| 192 | 
            -
                    Details"}},"created_at":"2013-04- | 
| 167 | 
            +
                  string: ! '{"response":{"title":"Comment Details","version":2,"code":201,"href":"https://api.getchute.com/v2/albums/2412453/assets/72569916/comments?comment%5Bcomment_text%5D=Some+random+comment&comment%5Bemail%5D=random%40someemail.com&comment%5Bname%5D=Darko&comment_text=Some+random+comment&email=random%40someemail.com&name=Darko"},"data":{"id":696,"links":{"self":{"href":"http://api.getchute.com/v2/comments/696","title":"Comment
         | 
| 168 | 
            +
                    Details"}},"created_at":"2013-04-22T22:26:11Z","updated_at":"2013-04-22T22:26:11Z","comment_text":"Some
         | 
| 193 169 | 
             
                    random comment","name":"Darko","email":"random@someemail.com"}}'
         | 
| 194 170 | 
             
                http_version: 
         | 
| 195 | 
            -
              recorded_at: Mon,  | 
| 171 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:11 GMT
         | 
| 196 172 | 
             
            recorded_with: VCR 2.2.5
         | 
| @@ -8,7 +8,7 @@ http_interactions: | |
| 8 8 | 
             
                  string: ! '{"album":{"name":"Album for Comments"}}'
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  Authorization:
         | 
| 11 | 
            -
                  -  | 
| 11 | 
            +
                  - Bearer API KEY
         | 
| 12 12 | 
             
                  Content-Type:
         | 
| 13 13 | 
             
                  - application/json
         | 
| 14 14 | 
             
                  Accepts:
         | 
| @@ -25,31 +25,23 @@ http_interactions: | |
| 25 25 | 
             
                  Content-Type:
         | 
| 26 26 | 
             
                  - application/json; charset=utf-8
         | 
| 27 27 | 
             
                  Date:
         | 
| 28 | 
            -
                  - Mon,  | 
| 28 | 
            +
                  - Mon, 22 Apr 2013 22:26:12 GMT
         | 
| 29 29 | 
             
                  Etag:
         | 
| 30 | 
            -
                  - ! '" | 
| 30 | 
            +
                  - ! '"fef5eb644e79181c81ebfb1cd1fd287a"'
         | 
| 31 31 | 
             
                  Last-Modified:
         | 
| 32 | 
            -
                  - Mon,  | 
| 32 | 
            +
                  - Mon, 22 Apr 2013 22:26:12 GMT
         | 
| 33 33 | 
             
                  Server:
         | 
| 34 34 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 35 35 | 
             
                  Status:
         | 
| 36 36 | 
             
                  - '201'
         | 
| 37 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 38 | 
            -
                  - '4999880'
         | 
| 39 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 40 | 
            -
                  - '3719999821'
         | 
| 41 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 42 | 
            -
                  - '5000000'
         | 
| 43 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 44 | 
            -
                  - '3720000000'
         | 
| 45 37 | 
             
                  X-Powered-By:
         | 
| 46 38 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 47 39 | 
             
                  X-Rack-Cache:
         | 
| 48 40 | 
             
                  - invalidate, pass
         | 
| 49 41 | 
             
                  X-Request-Id:
         | 
| 50 | 
            -
                  -  | 
| 42 | 
            +
                  - 7798c93ee9836b0a04d57a575760cff8
         | 
| 51 43 | 
             
                  X-Runtime:
         | 
| 52 | 
            -
                  - '0. | 
| 44 | 
            +
                  - '0.160199'
         | 
| 53 45 | 
             
                  X-Ua-Compatible:
         | 
| 54 46 | 
             
                  - IE=Edge,chrome=1
         | 
| 55 47 | 
             
                  Transfer-Encoding:
         | 
| @@ -58,23 +50,23 @@ http_interactions: | |
| 58 50 | 
             
                  - keep-alive
         | 
| 59 51 | 
             
                body:
         | 
| 60 52 | 
             
                  encoding: US-ASCII
         | 
| 61 | 
            -
                  string: ! '{"response":{"title":"Album Details","version":2,"code":201,"href":"https://api.getchute.com/v2/albums?album%5Bname%5D=Album+for+Comments" | 
| 62 | 
            -
                    Details"},"assets":{"href":"http://api.getchute.com/v2/albums/ | 
| 63 | 
            -
                    Listing"},"parcels":{"href":"http://api.getchute.com/v2/albums/ | 
| 64 | 
            -
                    Listing"}},"created_at":"2013-04- | 
| 53 | 
            +
                  string: ! '{"response":{"title":"Album Details","version":2,"code":201,"href":"https://api.getchute.com/v2/albums?album%5Bname%5D=Album+for+Comments"},"data":{"id":2412454,"links":{"self":{"href":"http://api.getchute.com/v2/albums/2412454","title":"Album
         | 
| 54 | 
            +
                    Details"},"assets":{"href":"http://api.getchute.com/v2/albums/2412454/assets","title":"Asset
         | 
| 55 | 
            +
                    Listing"},"parcels":{"href":"http://api.getchute.com/v2/albums/2412454/parcels","title":"Parcel
         | 
| 56 | 
            +
                    Listing"}},"created_at":"2013-04-22T22:26:12Z","updated_at":"2013-04-22T22:26:12Z","shortcut":"a7Aygaki","name":"Album
         | 
| 65 57 | 
             
                    for Comments","description":null,"user":{"id":545,"links":{"self":{"href":"http://api.getchute.com/v2/users/545","title":"User
         | 
| 66 58 | 
             
                    Details"}},"created_at":"2012-01-17T19:53:39Z","updated_at":"2012-09-15T10:55:51Z","name":"darko1002001","username":"darko1002001","avatar":"http://static.getchute.com/v1/images/avatar-100x100.png","profile":null},"moderate_media":false,"moderate_comments":false,"parent_id":null}}'
         | 
| 67 59 | 
             
                http_version: 
         | 
| 68 | 
            -
              recorded_at: Mon,  | 
| 60 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:12 GMT
         | 
| 69 61 | 
             
            - request:
         | 
| 70 62 | 
             
                method: post
         | 
| 71 | 
            -
                uri: https://api.getchute.com/v2/albums/ | 
| 63 | 
            +
                uri: https://api.getchute.com/v2/albums/2412454/assets/import
         | 
| 72 64 | 
             
                body:
         | 
| 73 65 | 
             
                  encoding: UTF-8
         | 
| 74 66 | 
             
                  string: ! '{"urls":["http://farm9.staticflickr.com/8194/8141607138_bfaea3afd9.jpg"]}'
         | 
| 75 67 | 
             
                headers:
         | 
| 76 68 | 
             
                  Authorization:
         | 
| 77 | 
            -
                  -  | 
| 69 | 
            +
                  - Bearer API KEY
         | 
| 78 70 | 
             
                  Content-Type:
         | 
| 79 71 | 
             
                  - application/json
         | 
| 80 72 | 
             
                  Accepts:
         | 
| @@ -91,7 +83,7 @@ http_interactions: | |
| 91 83 | 
             
                  Content-Type:
         | 
| 92 84 | 
             
                  - application/json; charset=utf-8
         | 
| 93 85 | 
             
                  Date:
         | 
| 94 | 
            -
                  - Mon,  | 
| 86 | 
            +
                  - Mon, 22 Apr 2013 22:26:12 GMT
         | 
| 95 87 | 
             
                  Etag:
         | 
| 96 88 | 
             
                  - ! '"e109632f58397e26b953c827c1486da8"'
         | 
| 97 89 | 
             
                  Last-Modified:
         | 
| @@ -100,22 +92,14 @@ http_interactions: | |
| 100 92 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 101 93 | 
             
                  Status:
         | 
| 102 94 | 
             
                  - '200'
         | 
| 103 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 104 | 
            -
                  - '4999879'
         | 
| 105 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 106 | 
            -
                  - '3719999820'
         | 
| 107 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 108 | 
            -
                  - '5000000'
         | 
| 109 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 110 | 
            -
                  - '3720000000'
         | 
| 111 95 | 
             
                  X-Powered-By:
         | 
| 112 96 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 113 97 | 
             
                  X-Rack-Cache:
         | 
| 114 98 | 
             
                  - invalidate, pass
         | 
| 115 99 | 
             
                  X-Request-Id:
         | 
| 116 | 
            -
                  -  | 
| 100 | 
            +
                  - 97e892545f7ed9520b2f9e1037818a95
         | 
| 117 101 | 
             
                  X-Runtime:
         | 
| 118 | 
            -
                  - '0. | 
| 102 | 
            +
                  - '0.111108'
         | 
| 119 103 | 
             
                  X-Ua-Compatible:
         | 
| 120 104 | 
             
                  - IE=Edge,chrome=1
         | 
| 121 105 | 
             
                  Transfer-Encoding:
         | 
| @@ -124,21 +108,21 @@ http_interactions: | |
| 124 108 | 
             
                  - keep-alive
         | 
| 125 109 | 
             
                body:
         | 
| 126 110 | 
             
                  encoding: US-ASCII
         | 
| 127 | 
            -
                  string: ! '{"response":{"title":"Imported Assets","version":2,"code":200,"href":"https://api.getchute.com/v2/albums/ | 
| 128 | 
            -
                    Details"},"exif":{"href":"http://api.getchute.com/v2/albums/ | 
| 129 | 
            -
                    Details"},"geo":{"href":"http://api.getchute.com/v2/albums/ | 
| 130 | 
            -
                    Details"},"heart":{"href":"http://api.getchute.com/v2/albums/ | 
| 111 | 
            +
                  string: ! '{"response":{"title":"Imported Assets","version":2,"code":200,"href":"https://api.getchute.com/v2/albums/2412454/assets/import?&urls%5B%5D=http%3A%2F%2Ffarm9.staticflickr.com%2F8194%2F8141607138_bfaea3afd9.jpg"},"data":[{"id":72569916,"links":{"self":{"href":"http://api.getchute.com/v2/albums/2412454/assets/72569916","title":"Asset
         | 
| 112 | 
            +
                    Details"},"exif":{"href":"http://api.getchute.com/v2/albums/2412454/assets/72569916/exif","title":"Exif
         | 
| 113 | 
            +
                    Details"},"geo":{"href":"http://api.getchute.com/v2/albums/2412454/assets/72569916/geo","title":"Geo
         | 
| 114 | 
            +
                    Details"},"heart":{"href":"http://api.getchute.com/v2/albums/a7Aygaki/assets/4UuKweohy/hearts","title":"Heart"},"vote":{"href":"http://api.getchute.com/v2/albums/a7Aygaki/assets/4UuKweohy/votes","title":"Vote"}},"created_at":"2012-11-29T13:55:20Z","updated_at":"2012-11-29T13:55:20Z","thumbnail":"http://media.getchute.com/media/4UuKweohy/75x75","url":"http://media.getchute.com/media/4UuKweohy","shortcut":"4UuKweohy","type":"image","caption":null,"dimensions":{"width":null,"height":null},"location":null,"source":{"source":"imported","source_id":null,"source_url":"http://farm9.staticflickr.com/8194/8141607138_bfaea3afd9.jpg","service":null,"import_id":null,"import_url":null,"original_url":"http://media.getchute.com/media/4UuKweohy"},"service":"uploaded"}]}'
         | 
| 131 115 | 
             
                http_version: 
         | 
| 132 | 
            -
              recorded_at: Mon,  | 
| 116 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:12 GMT
         | 
| 133 117 | 
             
            - request:
         | 
| 134 118 | 
             
                method: post
         | 
| 135 | 
            -
                uri: https://api.getchute.com/v2/albums/ | 
| 119 | 
            +
                uri: https://api.getchute.com/v2/albums/2412454/assets/72569916/comments
         | 
| 136 120 | 
             
                body:
         | 
| 137 121 | 
             
                  encoding: UTF-8
         | 
| 138 122 | 
             
                  string: ! '{"comment_text":"My Test Comment for listing"}'
         | 
| 139 123 | 
             
                headers:
         | 
| 140 124 | 
             
                  Authorization:
         | 
| 141 | 
            -
                  -  | 
| 125 | 
            +
                  - Bearer API KEY
         | 
| 142 126 | 
             
                  Content-Type:
         | 
| 143 127 | 
             
                  - application/json
         | 
| 144 128 | 
             
                  Accepts:
         | 
| @@ -155,53 +139,45 @@ http_interactions: | |
| 155 139 | 
             
                  Content-Type:
         | 
| 156 140 | 
             
                  - application/json; charset=utf-8
         | 
| 157 141 | 
             
                  Date:
         | 
| 158 | 
            -
                  - Mon,  | 
| 142 | 
            +
                  - Mon, 22 Apr 2013 22:26:13 GMT
         | 
| 159 143 | 
             
                  Etag:
         | 
| 160 | 
            -
                  - ! '" | 
| 144 | 
            +
                  - ! '"2087bb1a63690629cdcec5cf9f385580"'
         | 
| 161 145 | 
             
                  Last-Modified:
         | 
| 162 | 
            -
                  - Mon,  | 
| 146 | 
            +
                  - Mon, 22 Apr 2013 22:26:13 GMT
         | 
| 163 147 | 
             
                  Server:
         | 
| 164 148 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 165 149 | 
             
                  Status:
         | 
| 166 150 | 
             
                  - '201'
         | 
| 167 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 168 | 
            -
                  - '4999878'
         | 
| 169 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 170 | 
            -
                  - '3719999819'
         | 
| 171 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 172 | 
            -
                  - '5000000'
         | 
| 173 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 174 | 
            -
                  - '3720000000'
         | 
| 175 151 | 
             
                  X-Powered-By:
         | 
| 176 152 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 177 153 | 
             
                  X-Rack-Cache:
         | 
| 178 154 | 
             
                  - invalidate, pass
         | 
| 179 155 | 
             
                  X-Request-Id:
         | 
| 180 | 
            -
                  -  | 
| 156 | 
            +
                  - a5972814534841e8da2829be2660bc3f
         | 
| 181 157 | 
             
                  X-Runtime:
         | 
| 182 | 
            -
                  - '0. | 
| 158 | 
            +
                  - '0.056215'
         | 
| 183 159 | 
             
                  X-Ua-Compatible:
         | 
| 184 160 | 
             
                  - IE=Edge,chrome=1
         | 
| 185 161 | 
             
                  Content-Length:
         | 
| 186 | 
            -
                  - ' | 
| 162 | 
            +
                  - '489'
         | 
| 187 163 | 
             
                  Connection:
         | 
| 188 164 | 
             
                  - keep-alive
         | 
| 189 165 | 
             
                body:
         | 
| 190 166 | 
             
                  encoding: US-ASCII
         | 
| 191 | 
            -
                  string: ! '{"response":{"title":"Comment Details","version":2,"code":201,"href":"https://api.getchute.com/v2/albums/ | 
| 192 | 
            -
                    Details"}},"created_at":"2013-04- | 
| 167 | 
            +
                  string: ! '{"response":{"title":"Comment Details","version":2,"code":201,"href":"https://api.getchute.com/v2/albums/2412454/assets/72569916/comments?comment%5Bcomment_text%5D=My+Test+Comment+for+listing&comment_text=My+Test+Comment+for+listing"},"data":{"id":697,"links":{"self":{"href":"http://api.getchute.com/v2/comments/697","title":"Comment
         | 
| 168 | 
            +
                    Details"}},"created_at":"2013-04-22T22:26:13Z","updated_at":"2013-04-22T22:26:13Z","comment_text":"My
         | 
| 193 169 | 
             
                    Test Comment for listing","name":null,"email":null}}'
         | 
| 194 170 | 
             
                http_version: 
         | 
| 195 | 
            -
              recorded_at: Mon,  | 
| 171 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:13 GMT
         | 
| 196 172 | 
             
            - request:
         | 
| 197 173 | 
             
                method: get
         | 
| 198 | 
            -
                uri: https://api.getchute.com/v2/albums/ | 
| 174 | 
            +
                uri: https://api.getchute.com/v2/albums/2412454/assets/72569916/comments
         | 
| 199 175 | 
             
                body:
         | 
| 200 176 | 
             
                  encoding: UTF-8
         | 
| 201 177 | 
             
                  string: ! '{}'
         | 
| 202 178 | 
             
                headers:
         | 
| 203 179 | 
             
                  Authorization:
         | 
| 204 | 
            -
                  -  | 
| 180 | 
            +
                  - Bearer API KEY
         | 
| 205 181 | 
             
                  Content-Type:
         | 
| 206 182 | 
             
                  - application/json
         | 
| 207 183 | 
             
                  Accepts:
         | 
| @@ -218,42 +194,34 @@ http_interactions: | |
| 218 194 | 
             
                  Content-Type:
         | 
| 219 195 | 
             
                  - application/json; charset=utf-8
         | 
| 220 196 | 
             
                  Date:
         | 
| 221 | 
            -
                  - Mon,  | 
| 197 | 
            +
                  - Mon, 22 Apr 2013 22:26:13 GMT
         | 
| 222 198 | 
             
                  Etag:
         | 
| 223 | 
            -
                  - ! '" | 
| 199 | 
            +
                  - ! '"2087bb1a63690629cdcec5cf9f385580"'
         | 
| 224 200 | 
             
                  Last-Modified:
         | 
| 225 | 
            -
                  - Mon,  | 
| 201 | 
            +
                  - Mon, 22 Apr 2013 22:26:13 GMT
         | 
| 226 202 | 
             
                  Server:
         | 
| 227 203 | 
             
                  - nginx/1.2.7 + Phusion Passenger 3.0.18 (mod_rails/mod_rack)
         | 
| 228 204 | 
             
                  Status:
         | 
| 229 205 | 
             
                  - '200'
         | 
| 230 | 
            -
                  X-Available-Hourly-Calls:
         | 
| 231 | 
            -
                  - '4999877'
         | 
| 232 | 
            -
                  X-Available-Monthly-Calls:
         | 
| 233 | 
            -
                  - '3719999818'
         | 
| 234 | 
            -
                  X-Max-Hourly-Calls:
         | 
| 235 | 
            -
                  - '5000000'
         | 
| 236 | 
            -
                  X-Max-Monthly-Calls:
         | 
| 237 | 
            -
                  - '3720000000'
         | 
| 238 206 | 
             
                  X-Powered-By:
         | 
| 239 207 | 
             
                  - Phusion Passenger (mod_rails/mod_rack) 3.0.18
         | 
| 240 208 | 
             
                  X-Rack-Cache:
         | 
| 241 209 | 
             
                  - miss
         | 
| 242 210 | 
             
                  X-Request-Id:
         | 
| 243 | 
            -
                  -  | 
| 211 | 
            +
                  - 50e1d9aaa94fbe21cf80b6f6d1b9566d
         | 
| 244 212 | 
             
                  X-Runtime:
         | 
| 245 | 
            -
                  - '0. | 
| 213 | 
            +
                  - '0.042378'
         | 
| 246 214 | 
             
                  X-Ua-Compatible:
         | 
| 247 215 | 
             
                  - IE=Edge,chrome=1
         | 
| 248 216 | 
             
                  Content-Length:
         | 
| 249 | 
            -
                  - ' | 
| 217 | 
            +
                  - '564'
         | 
| 250 218 | 
             
                  Connection:
         | 
| 251 219 | 
             
                  - keep-alive
         | 
| 252 220 | 
             
                body:
         | 
| 253 221 | 
             
                  encoding: US-ASCII
         | 
| 254 | 
            -
                  string: ! '{"response":{"title":"Comment Listing","version":2,"code":200,"href":"https://api.getchute.com/v2/albums/ | 
| 255 | 
            -
                    Details"}},"created_at":"2013-04- | 
| 256 | 
            -
                    Test Comment for listing","name":null,"email":null}],"pagination":{"current_page":1,"next_page":null,"previous_page":null,"first_page":"https://api.getchute.com/v2/albums/ | 
| 222 | 
            +
                  string: ! '{"response":{"title":"Comment Listing","version":2,"code":200,"href":"https://api.getchute.com/v2/albums/2412454/assets/72569916/comments?"},"data":[{"id":697,"links":{"self":{"href":"http://api.getchute.com/v2/comments/697","title":"Comment
         | 
| 223 | 
            +
                    Details"}},"created_at":"2013-04-22T22:26:13Z","updated_at":"2013-04-22T22:26:13Z","comment_text":"My
         | 
| 224 | 
            +
                    Test Comment for listing","name":null,"email":null}],"pagination":{"current_page":1,"next_page":null,"previous_page":null,"first_page":"https://api.getchute.com/v2/albums/2412454/assets/72569916/comments?","per_page":5}}'
         | 
| 257 225 | 
             
                http_version: 
         | 
| 258 | 
            -
              recorded_at: Mon,  | 
| 226 | 
            +
              recorded_at: Mon, 22 Apr 2013 22:26:13 GMT
         | 
| 259 227 | 
             
            recorded_with: VCR 2.2.5
         |