---
http_interactions:
- request:
    method: get
    uri: https://api.chartmogul.com/v1/ping
    body:
      encoding: UTF-8
      string: "{}"
    headers:
      User-Agent:
      - Faraday v0.17.3
      Content-Type:
      - application/json
      Authorization:
      - Basic aW52YWxpZDppbnZhbGlk
  response:
    status:
      code: 401
      message: Unauthorized
    headers:
      server:
      - nginx/1.10.1
      date:
      - Fri, 17 Jul 2020 08:25:06 GMT
      content-type:
      - application/json
      transfer-encoding:
      - chunked
      connection:
      - keep-alive
      status:
      - 401 Unauthorized
    body:
      encoding: UTF-8
      string: '{"code":401,"message":"No valid API key provided","param":null}'
    http_version:
  recorded_at: Fri, 17 Jul 2020 08:25:06 GMT
- request:
    method: get
    uri: https://api.chartmogul.com/v1/ping
    body:
      encoding: UTF-8
      string: "{}"
    headers:
      User-Agent:
      - Faraday v0.17.3
      Content-Type:
      - application/json
      Authorization:
      - Basic ZHVtbXktdG9rZW46ZHVtbXktdG9rZW4=
  response:
    status:
      code: 200
      message: OK
    headers:
      server:
      - nginx/1.10.1
      date:
      - Fri, 17 Jul 2020 08:25:11 GMT
      content-type:
      - application/json
      transfer-encoding:
      - chunked
      connection:
      - keep-alive
      vary:
      - Accept-Encoding, Accept-Encoding
      status:
      - 200 OK
      access-control-allow-credentials:
      - 'true'
    body:
      encoding: ASCII-8BIT
      string: '{"data":"pong!"}'
    http_version:
  recorded_at: Fri, 17 Jul 2020 08:25:11 GMT
- request:
    method: get
    uri: https://api.chartmogul.com/v1/ping
    body:
      encoding: UTF-8
      string: "{}"
    headers:
      User-Agent:
      - Faraday v0.17.3
      Content-Type:
      - application/json
      Authorization:
      - Basic aW52YWxpZDppbnZhbGlk
  response:
    status:
      code: 401
      message: Unauthorized
    headers:
      server:
      - nginx/1.10.1
      date:
      - Fri, 17 Jul 2020 08:25:11 GMT
      content-type:
      - application/json
      transfer-encoding:
      - chunked
      connection:
      - keep-alive
      status:
      - 401 Unauthorized
    body:
      encoding: UTF-8
      string: '{"code":401,"message":"No valid API key provided","param":null}'
    http_version:
  recorded_at: Fri, 17 Jul 2020 08:25:11 GMT
recorded_with: VCR 5.1.0