Groundhog Day
Connector for the groundhog-day API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://virtserver.swaggerhub.com/pcraig3/groundhog-day-api/1.2.1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
root— GET /api/v1 — Rootgroundhogs— GET /api/v1/groundhogs — Get all groundhogsgroundhog— GET /api/v1/groundhogs/{slug} — Get a groundhog by slugpredictions— GET /api/v1/predictions — Get predictions for a given yearspec— GET /api/v1/spec — Get JSON schema
Inputs
apiKey— your groundhog-day API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: root
apiKey: <your key>