Replace removed guest API example and pin 0.8.0 release link#43
Merged
Conversation
- Replace removed system/version guest API with currency/get_pairs - Fix changelog release link to point to tag/0.8.0 instead of latest
Copilot
AI
changed the title
[WIP] Fix guest API endpoint in documentation
fix: replace removed guest API example and pin 0.8.0 release link
May 30, 2026
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 9d52f8f | Commit Preview URL Branch Preview URL |
May 30 2026, 07:43 AM |
admdly
approved these changes
May 30, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation to remove stale references introduced by the 0.8.0 guest API lockdown and to make the 0.8.0 release notes link stable over time.
Changes:
- Replaced the removed
system/versionguest API example with acurrency/get_pairsguest API example in the JavaScript wrapper docs. - Updated the 0.8.0 release notes link to point to the fixed
releases/tag/0.8.0URL instead ofreleases/latest.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/content/docs/extensions-and-development/javascript.mdoc | Updates the guest API example to use a currently available endpoint (currency/get_pairs). |
| src/content/docs/maintenance/changelog.mdoc | Pins the 0.8.0 release notes link to the 0.8.0 tag to avoid link drift. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Two stale references in the docs: a guest API endpoint that no longer exists (removed in 0.8.0), and a release link that always resolves to the latest release instead of 0.8.0.
Changes
javascript.mdoc— Replace thesystem/versionguest API example withcurrency/get_pairs.system/versionwas removed under the 0.8.0 Guest API Lockdown, so the old snippet fails on any current installation.changelog.mdoc— Change the 0.8.0 release notes link from.../releases/latestto.../releases/tag/0.8.0so it permanently points to that release rather than drifting to whatever is newest.Original prompt