Sha256: 93d9c6baf65fe176d65e4d853ba742e22be7fcb1b513dc52c00834bdc07a3b4b

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: https://api.github.com:443/user/repos
    body: "{\"homepage\":\"https://github.com\",\"public\":true,\"has_issues\":true,\"has_wiki\":true,\"has_downloads\":true,\"name\":\"basic_auth\"}"
    headers: 
      content-type: 
      - application/json
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 401
      message: Unauthorized
    headers: 
      server: 
      - nginx/1.0.4
      date: 
      - Sat, 04 Feb 2012 13:32:31 GMT
      content-type: 
      - application/json; charset=utf-8
      connection: 
      - keep-alive
      status: 
      - 401 Unauthorized
      www-authenticate: 
      - Basic realm="GitHub"
      x-ratelimit-limit: 
      - "5000"
      etag: 
      - "\"99852aefab6a0988db8f62bf2fb96f49\""
      x-ratelimit-remaining: 
      - "4997"
      content-length: 
      - "37"
    body: "{\"message\":\"Requires authentication\"}"
    http_version: "1.1"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.4.6 features/cassettes/errors/repos/create.yml
github_api-0.4.5 features/cassettes/errors/repos/create.yml
github_api-0.4.4 features/cassettes/errors/repos/create.yml
github_api-0.4.3 features/cassettes/errors/repos/create.yml