-
Notifications
You must be signed in to change notification settings - Fork 5
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
openRpc doc #293
base: main
Are you sure you want to change the base?
openRpc doc #293
Conversation
openrpc.json
Outdated
}, | ||
"page": { | ||
"name": "page", | ||
"description": "Page based pagination (max 50)", |
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.
This one should be marked as deprecated and discouraged from usage. The recommended way to paginate is using the after or cursor fields. Examples should reflect this as well
openrpc.json
Outdated
}, | ||
"servers": [ | ||
{ | ||
"url": "https://rpc.metaplex.com/this_is_fake" |
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.
"url": "https://rpc.metaplex.com/this_is_fake" | |
"url": "https://aura-mainnet.metaplex.com/" |
We also have https://aura-devnet.metaplex.com/
openrpc.json
Outdated
"name": "asset" | ||
} | ||
], | ||
"params": [ |
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.
missing that shitload of filters
openrpc.json
Outdated
}, | ||
"showGrandTotal": { | ||
"type": "boolean", | ||
"description": "Show grand total" |
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.
Please figure out what this options do and add to the doc. You may ask teammates to figure this out or look at other refs.
OpenRPC document draft WITHOUT examples
Just copy the whole json file and put it here https://playground.open-rpc.org to see doc