Googleapis Gamesconfiguration
Connector for the googleapis-gamesconfiguration API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://gamesconfiguration.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
gamesconfiguration_achievementconfigurations_get— GET /games/v1configuration/achievements/{achievementId} — Retrieves the metadata of the achievement configuration with the given ID.gamesconfiguration_achievementconfigurations_lis— GET /games/v1configuration/applications/{applicationId}/achievements — Returns a list of the achievement configurations in this application.gamesconfiguration_leaderboardconfigurations_lis— GET /games/v1configuration/applications/{applicationId}/leaderboards — Returns a list of the leaderboard configurations in this application.gamesconfiguration_leaderboardconfigurations_get— GET /games/v1configuration/leaderboards/{leaderboardId} — Retrieves the metadata of the leaderboard configuration with the given ID.gamesconfiguration_achievementconfigurations_upd— PUT /games/v1configuration/achievements/{achievementId} — Update the metadata of the achievement configuration with the given ID.gamesconfiguration_achievementconfigurations_del— DELETE /games/v1configuration/achievements/{achievementId} — Delete the achievement configuration with the given ID.
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: gamesconfiguration_achievementconfigurations_get
# (attach an 'oauth' credential to the task — no inline secrets)