fastruby/harvesting

View on GitHub
fixtures/vcr_cassettes/Harvesting_Client/throttling_when_client_reaches_the_API_rate_limit_raises_a_Harvesting_RateLimitExceeded.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: get
    uri: https://api.harvestapp.com/v2/users/me
    body:
      encoding: UTF-8
      string: ''
    headers:
      User-Agent:
      - Harvesting Ruby Gem
      Authorization:
      - Bearer $HARVEST_NON_ADMIN_ACCESS_TOKEN
      Harvest-Account-Id:
      - "$HARVEST_ACCOUNT_ID"
      Connection:
      - close
      Host:
      - api.harvestapp.com
  response:
    status:
      code: 429
      message: Too Many Requests
    headers:
      Server:
      - nginx
      Date:
      - Thu, 03 Sep 2020 10:31:23 GMT
      Content-Type:
      - text/html
      Connection:
      - close
      Status:
      - 429 Too Many Requests
      X-Frame-Options:
      - SAMEORIGIN
      X-Xss-Protection:
      - 1; mode=block
      X-Content-Type-Options:
      - nosniff
      X-Download-Options:
      - noopen
      X-Permitted-Cross-Domain-Policies:
      - none
      Referrer-Policy:
      - strict-origin-when-cross-origin
      Cache-Control:
      - no-cache, no-store
      P3p:
      - 'CP="Our privacy policy is available online: https://www.getharvest.com/services/privacy-policy"'
      X-App-Server:
      - app9
      X-Robots-Tag:
      - noindex, nofollow
      Content-Security-Policy:
      - 'report-uri /csp_reports; default-src *; img-src * data:; font-src data: cache.harvestapp.com
        https://js.intercomcdn.com; script-src ''self'' ''unsafe-inline'' ''unsafe-eval''
        https://*.google-analytics.com https://*.nr-data.net https://ajax.googleapis.com
        cache.harvestapp.com https://js-agent.newrelic.com https://platform.twitter.com
        https://www.google.com https://www.googleadservices.com https://www.googletagmanager.com
        https://connect.facebook.net https://googleads.g.doubleclick.net https://app.intercom.io
        https://widget.intercom.io https://js.intercomcdn.com https://cdn.plaid.com;
        style-src ''self'' ''unsafe-inline'' cache.harvestapp.com https://www.google.com'
      X-Request-Id:
      - 5a38ccf03cddc57d226a0ce3680784e9
      X-Runtime:
      - '0.021738'
      Strict-Transport-Security:
      - max-age=31536000; includeSubDomains
      X-Server:
      - lb4
    body:
      encoding: UTF-8
      string: ""
    http_version: 
  recorded_at: Thu, 03 Sep 2020 10:31:23 GMT
recorded_with: VCR 4.0.0