Googleapis Games
Connector for the googleapis-games API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://games.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
games_achievementdefinitions_list— GET /games/v1/achievements — Lists all the achievement definitions for your application.games_applications_get— GET /games/v1/applications/{applicationId} — Retrieves the metadata of the application with the given ID. If the requested apgames_applications_verify— GET /games/v1/applications/{applicationId}/verify — Verifies the auth token provided with this request is for the application with tgames_events_listdefinitions— GET /games/v1/eventDefinitions — Returns a list of the event definitions in this application.games_events_listbyplayer— GET /games/v1/events — Returns a list showing the current progress on events in this application for thgames_leaderboards_list— GET /games/v1/leaderboards — Lists all the leaderboard metadata for your application.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— 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: games_achievementdefinitions_list
# (attach an 'oauth' credential to the task — no inline secrets)