-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump version #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the version from 0.0.2 to 0.0.3 and simplifies the documentation with improved API examples and reference links.
- Updated version from 0.0.2 to 0.0.3 in Gemfile.lock
- Simplified API usage examples by removing verbose filter object construction in favor of direct parameter passing
- Added API reference links for all Polymarket endpoints
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| Gemfile.lock | Updates version number from 0.0.2 to 0.0.3 and corresponding checksums |
| Readme.adoc | Simplifies code examples and adds API reference documentation links for all Polymarket endpoints (Markets, Candlesticks, Trade History, Orderbook, Activity, Market Price, Wallet, and Wallet Profit and Loss) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ==== Trade History | ||
|
|
||
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-trade-history) |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API Reference links are using Markdown syntax instead of AsciiDoc syntax. In AsciiDoc files, links should use the format link:url[text] or just https://url[text] instead of [text](url). This Markdown syntax won't render correctly in AsciiDoc.
|
|
||
| ==== Orderbook | ||
|
|
||
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-orderbook-history) |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API Reference links are using Markdown syntax instead of AsciiDoc syntax. In AsciiDoc files, links should use the format link:url[text] or just https://url[text] instead of [text](url). This Markdown syntax won't render correctly in AsciiDoc.
|
|
||
| ==== Activity | ||
|
|
||
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-activity) |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API Reference links are using Markdown syntax instead of AsciiDoc syntax. In AsciiDoc files, links should use the format link:url[text] or just https://url[text] instead of [text](url). This Markdown syntax won't render correctly in AsciiDoc.
|
|
||
| ==== Market Price | ||
|
|
||
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-market-price) |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API Reference links are using Markdown syntax instead of AsciiDoc syntax. In AsciiDoc files, links should use the format link:url[text] or just https://url[text] instead of [text](url). This Markdown syntax won't render correctly in AsciiDoc.
|
|
||
| ==== Wallet | ||
|
|
||
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-wallet) |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API Reference links are using Markdown syntax instead of AsciiDoc syntax. In AsciiDoc files, links should use the format link:url[text] or just https://url[text] instead of [text](url). This Markdown syntax won't render correctly in AsciiDoc.
|
|
||
| ==== Wallet Profit and Loss | ||
|
|
||
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-wallet-pnl) |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API Reference links are using Markdown syntax instead of AsciiDoc syntax. In AsciiDoc files, links should use the format link:url[text] or just https://url[text] instead of [text](url). This Markdown syntax won't render correctly in AsciiDoc.
|
|
||
| ==== Markets | ||
|
|
||
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-markets) |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API Reference links are using Markdown syntax instead of AsciiDoc syntax. In AsciiDoc files, links should use the format link:url[text] or just https://url[text] instead of [text](url). This Markdown syntax won't render correctly in AsciiDoc.
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-markets) | |
| https://docs.domeapi.io/api-reference/endpoint/get-markets[API Reference] |
|
|
||
| ==== Candlesticks | ||
|
|
||
| [API Reference](https://docs.domeapi.io/api-reference/endpoint/get-candlesticks) |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API Reference links are using Markdown syntax instead of AsciiDoc syntax. In AsciiDoc files, links should use the format link:url[text] or just https://url[text] instead of [text](url). This Markdown syntax won't render correctly in AsciiDoc.
No description provided.