Conversation
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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.