fiuba/alfred

View on GitHub
fixtures/vcr_cassettes/dropbox_create_share_link.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: get
    uri: https://api.dropbox.com/1/shares/sandbox/test.txt
    body:
      encoding: US-ASCII
      string: ''
    headers:
      Accept:
      - ! '*/*'
      User-Agent:
      - OfficialDropboxRubySDK/1.5.1
      Authorization:
      - OAuth oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="1234567890abcde",
        oauth_token="1234567890abcde", oauth_signature="abcdef1234567890abcdef123456789"
  response:
    status:
      code: 200
      message: OK
    headers:
      Server:
      - nginx
      Date:
      - Fri, 01 Jun 2013 00:00:00 GMT
      Content-Type:
      - text/javascript
      Transfer-Encoding:
      - chunked
      Connection:
      - keep-alive
      X-Server-Response-Time:
      - '130'
      X-Dropbox-Request-Id:
      - 1234567890abcdef
      Pragma:
      - no-cache
      Cache-Control:
      - no-cache
      X-Dropbox-Http-Protocol:
      - None
      X-Frame-Options:
      - SAMEORIGIN
      X-Requestid:
      - abcdef1234567890abcdef1234567890
    body:
      encoding: US-ASCII
      string: ! '{"url": "http://www.dropbox.com/s/12345/test.txt", "expires": "Tue, 01 Jul 2013 00:00:00
        +0000"}'
    http_version: 
  recorded_at: Fri, 14 Jun 2013 18:10:54 GMT
recorded_with: VCR 2.5.0