Google-RestApi

 view release on metacpan or  search on metacpan

t/unit/Test/Google/RestApi/CalendarApi3/Settings.pm.exchanges  view on Meta::CPAN

---
request: GET /calendar/v3/users/me/settings/timezone
response:
  code: 200
  content: |
    {
     "kind": "calendar#setting",
     "etag": "\"1776114053940570\"",
     "id": "timezone",
     "value": "UTC"
    }
  headers:
  - alt-svc
  - h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  - x-xss-protection
  - '0'
  - x-content-type-options
  - nosniff
  - server
  - ESF
  - date
  - Thu, 16 Apr 2026 19:07:42 GMT
  - vary
  - X-Origin
  - vary
  - Referer
  - vary
  - Origin,Accept-Encoding
  - x-l2-request-path
  - l2-managed-14
  - content-type
  - application/json; charset=UTF-8
  - transfer-encoding
  - chunked
  - cache-control
  - private, max-age=0, must-revalidate, no-transform
  - x-frame-options
  - SAMEORIGIN
  - expires
  - Thu, 16 Apr 2026 19:07:42 GMT
  - accept-ranges
  - none
  message: OK
source: Test::Google::RestApi::CalendarApi3::Settings::get

---
request: GET /calendar/v3/users/me/settings/timezone
response:
  code: 200
  content: |
    {
     "kind": "calendar#setting",
     "etag": "\"1776114053940570\"",
     "id": "timezone",
     "value": "UTC"
    }
  headers:
  - x-content-type-options
  - nosniff
  - x-xss-protection
  - '0'
  - alt-svc
  - h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
  - server
  - ESF
  - date
  - Thu, 16 Apr 2026 19:07:44 GMT
  - vary
  - X-Origin
  - vary
  - Referer
  - vary
  - Origin,Accept-Encoding
  - x-l2-request-path
  - l2-managed-14
  - cache-control
  - private, max-age=0, must-revalidate, no-transform
  - content-type
  - application/json; charset=UTF-8
  - transfer-encoding
  - chunked
  - accept-ranges
  - none
  - x-frame-options
  - SAMEORIGIN
  - expires
  - Thu, 16 Apr 2026 19:07:44 GMT
  message: OK
source: Test::Google::RestApi::CalendarApi3::Settings::value



( run in 0.610 second using v1.01-cache-2.11-cpan-85f18b9d64f )