Add new public endpoints + recommended-keywords pagination (v1.1.0)#1
Open
Asolytics-Pro wants to merge 1 commit into
Open
Add new public endpoints + recommended-keywords pagination (v1.1.0)#1Asolytics-Pro wants to merge 1 commit into
Asolytics-Pro wants to merge 1 commit into
Conversation
Sync the API reference snapshot and document three new endpoints plus a
breaking change to recommended-keywords:
- applications/ranking/latest-by-keywords — latest position per keyword
- projects/countries-keywords-counts — per-country keyword counters
- subscription/limits — plan total/used limits (new Subscription tag)
- recommended-keywords is now paginated (page/per_page) with state/source
filters
Regenerate references/{openapi.json,endpoints.md} via sync_openapi.py,
update SKILL.md / api-overview.md / README.md, and bump the skill version
1.0.1 -> 1.1.0 across VERSION, SKILL.md, plugin.json, marketplace.json.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01542mJMhSRzu5Wuv8DDiZZN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Syncs the bundled API reference to the live spec and documents three new public endpoints plus a change to an existing one. Skill version bumped 1.0.1 → 1.1.0.
New endpoints
GET /public-api/v1/applications/ranking/latest-by-keywords— latest known ranking position per requested keyword (each with its own parsedate); un-ranked keywords omitted.GET /public-api/v1/projects/countries-keywords-counts— per-country tracked / recommended / ranking keyword counters + day-over-daydynamic(previous-day snapshot).GET /public-api/v1/subscription/limits— plantotalvsusedformax_keywords,max_apps,max_archived_apps,max_public_api_tokens(new Subscription tag).Changed
GET /public-api/v1/recommended-keywordsis now paginated —page/per_page(100–1000) and apaginationblock, withfilters[recommended_keyword_state][]andfilters[sources][].Files
references/openapi.json+references/endpoints.md— regenerated viascripts/sync_openapi.py(the new Subscription tag and endpoints render automatically).SKILL.md,references/api-overview.md,README.md— hand-maintained docs updated; added curl examples for latest-by-keywords and subscription/limits.1.1.0inVERSION,SKILL.md,.claude-plugin/plugin.json,.claude-plugin/marketplace.json.🤖 Generated with Claude Code