Skip to content

chore: bump version - #6

Merged
bougyman merged 1 commit into
mainfrom
bump-version
Jan 4, 2026
Merged

chore: bump version#6
bougyman merged 1 commit into
mainfrom
bump-version

Conversation

@bougyman

Copy link
Copy Markdown
Member

No description provided.

CopilotAI review requested due to automatic review settings January 4, 2026 18:48
@bougyman
bougyman merged commit c0374b9 into mainJan 4, 2026
10 checks passed
@bougyman
bougyman deleted the bump-version branch January 4, 2026 18:49

CopilotAI left a comment

Copy link
Copy Markdown

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.

FileDescription
Gemfile.lockUpdates version number from 0.0.2 to 0.0.3 and corresponding checksums
Readme.adocSimplifies 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.

Comment threadReadme.adoc

==== Trade History

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

CopilotAIJan 4, 2026

Copy link

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.
Comment threadReadme.adoc

==== Orderbook

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

CopilotAIJan 4, 2026

Copy link

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.
Comment threadReadme.adoc

==== Activity

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

CopilotAIJan 4, 2026

Copy link

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.
Comment threadReadme.adoc

==== Market Price

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

CopilotAIJan 4, 2026

Copy link

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.
Comment threadReadme.adoc

==== Wallet

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

CopilotAIJan 4, 2026

Copy link

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.
Comment threadReadme.adoc

==== Wallet Profit and Loss

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

CopilotAIJan 4, 2026

Copy link

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.
Comment threadReadme.adoc

==== Markets

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

CopilotAIJan 4, 2026

Copy link

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.
Comment threadReadme.adoc

==== Candlesticks

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

CopilotAIJan 4, 2026

Copy link

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 freeto 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

@bougyman