Sha256: 8fe87969d87e39959b34b66e8bbf4b4a4f57c1f95ef1418f5a6b0de4411e1969

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: http://user:pass@www.example.com:80/users/1/make_new_api_key.json
    body: 
    headers: 
      content-type: 
      - application/json
      authorization: 
      - Basic WHAT
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 200
      message: OK
    headers: 
      x-ua-compatible: 
      - IE=Edge,chrome=1
      etag: 
      - "\"772e04001d7b7775406057b2925279e8\""
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.725365"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Wed, 13 Apr 2011 20:28:24 GMT
      set-cookie: 
      - _onapp_session=WHAT; path=/; HttpOnly
      status: 
      - "200"
      cache-control: 
      - max-age=0, private, must-revalidate
      transfer-encoding: 
      - chunked
    body: $("#api_key").text("f234994e26e59ea3f112c5296d54ef88b080df9c");
    http_version: "1.1"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
squall-1.0.2 spec/vcr_cassettes/user/generate_api_key.yml
squall-1.0.1 spec/vcr_cassettes/user/generate_api_key.yml
squall-1.0.0 spec/vcr_cassettes/user/generate_api_key.yml