Skip to content
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

Fixed URI format consistency #1587

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PixelPil0t1
Copy link

Old: All URIs are relative to https://devnet.helius-rpc.com?api-key=<api_key>
New: All URIs are relative to https://devnet.helius-rpc.com/?api-key=<api_key>
Reason: Added a / before the query parameter to align with proper URL formatting standards and improve clarity.
Corrected return type for get_compressed_token_accounts_by_owner_post

Old: models::GetCompressedTokenAccountsByDelegatePost200Response
New: models::GetCompressedTokenAccountsByOwnerPost200Response
Reason: The original return type was incorrect. Since the function is meant to return compressed token accounts owned by a specific user,

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.

1 participant