Dodo
Connector for the dodo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nookipedia.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_nh_art— GET /nh/art — All New Horizons artworkget_nh_art_artwork— GET /nh/art/{artwork} — Single New Horizons artworkget_nh_bugs— GET /nh/bugs — All New Horizons bugsget_nh_bugs_bug— GET /nh/bugs/{bug} — Single New Horizons bugget_nh_clothing— GET /nh/clothing — All New Horizons clothingget_nh_clothing_clothing— GET /nh/clothing/{clothing} — Single New Horizons clothing
Inputs
apiKey— your dodo 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: get_nh_art
apiKey: <your key>