Sha256: 9d83dbf91fd75152f65d3d9a1b324cbcae1e5f1c91903bc608d4e95995e35446

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 KB

Contents

--- 
http_interactions: 
- request: 
    method: post
    uri: https://<BASIC_AUTH>@api.github.com/user/emails?access_token=<TOKEN>
    body: 
      encoding: UTF-8
      string: "[\"octocat@example.com\",\"terry@example.com\"]"
    headers: 
      Content-Type: 
      - application/json
      Accept: 
      - "*/*"
      User-Agent: 
      - Ruby
  response: 
    status: 
      code: 201
      message: Created
    headers: 
      Server: 
      - nginx/1.0.13
      Date: 
      - Sun, 20 May 2012 10:32:18 GMT
      Content-Type: 
      - application/json; charset=utf-8
      Connection: 
      - keep-alive
      Status: 
      - 201 Created
      X-Ratelimit-Limit: 
      - "5000"
      Etag: 
      - "\"0abdbd0947127ead3e9b00aef1c145b1\""
      X-Ratelimit-Remaining: 
      - "4990"
      Content-Length: 
      - "59"
    body: 
      encoding: US-ASCII
      string: "[\"octocat@example.com\",\"terry@example.com\",\"<EMAIL>\"]"
    http_version: 
  recorded_at: Sun, 20 May 2012 10:32:18 GMT
recorded_with: VCR 2.1.1

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github_api-0.5.4 features/cassettes/users/emails/add.yml
github_api-0.5.3 features/cassettes/users/emails/add.yml
github_api-0.5.2 features/cassettes/users/emails/add.yml