v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.4
- Updated all endpoints to use https://api.maton.ai instead of https://gateway.maton.ai and https://ctrl.maton.ai.
- Simplified connection management instructions and updated example code to new base URL.
- Improved connection selection guidance, recommending always specifying the Maton-Connection header if multiple connections exist.
- Added a section on security and permissions, clarifying required user approval for write operations.
- Removed the LICENSE.txt file.
v1.0.3
- Added a `clawdbot` section to skill metadata, including an emoji and required environment variable (`MATON_API_KEY`).
- No code or functionality changes; documentation and metadata update only.
v1.0.2
- Documentation style and formatting updates in SKILL.md.
- No functional or API changes; documentation content remains consistent.
- Minor cleanup for clarity and consistency in usage examples.
v1.0.1
- Added guidance in the description to use the api-gateway skill for third party apps other than Google Play.
- Replaced cURL and Python requests code examples with Python scripts using urllib for all example API interactions.
- Updated Quick Start instructions to use Python/urllib for improved clarity and consistency.
- Changed authentication example syntax to use shell variable ($MATON_API_KEY) for clarity.
- Standardized all code snippets to Python with urllib for connection management and API requests.
v1.0.0
Initial release of Google Play Developer API integration.
- Integrates Google Play Developer (Android Publisher) API via managed OAuth.
- Manage app listings, subscriptions, in-app purchases, reviews, and more programmatically.
- Includes API reference and example code for listing, creating, updating, and deleting Google Play resources.
- Supports multiple Google OAuth connections and connection management via Maton control panel.
- Requires a Maton API key for authentication; setup instructions provided.
- REST endpoints are proxied through Maton gateway for simplified access and auth handling.