Skip to content

Conversation

@bougyman
Copy link
Member

@bougyman bougyman commented Jan 4, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 4, 2026 18:48
@bougyman bougyman merged commit c0374b9 into main Jan 4, 2026
10 checks passed
@bougyman bougyman deleted the bump-version branch January 4, 2026 18:49
Copy link

Copilot AI left a 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)
Copy link

Copilot AI Jan 4, 2026

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.

Copilot uses AI. Check for mistakes.

==== Orderbook

[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-orderbook-history)
Copy link

Copilot AI Jan 4, 2026

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.

Copilot uses AI. Check for mistakes.

==== Activity

[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-activity)
Copy link

Copilot AI Jan 4, 2026

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.

Copilot uses AI. Check for mistakes.

==== Market Price

[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-market-price)
Copy link

Copilot AI Jan 4, 2026

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.

Copilot uses AI. Check for mistakes.

==== Wallet

[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-wallet)
Copy link

Copilot AI Jan 4, 2026

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.

Copilot uses AI. Check for mistakes.

==== Wallet Profit and Loss

[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-wallet-pnl)
Copy link

Copilot AI Jan 4, 2026

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.

Copilot uses AI. Check for mistakes.

==== Markets

[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-markets)
Copy link

Copilot AI Jan 4, 2026

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.

Suggested change
[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-markets)
https://docs.domeapi.io/api-reference/endpoint/get-markets[API Reference]

Copilot uses AI. Check for mistakes.

==== Candlesticks

[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-candlesticks)
Copy link

Copilot AI Jan 4, 2026

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants