You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the API docs from swagger have ICS (InterChain Standards) that we haven't agreed upon. These will conflict with the real ICS in the future (cc: @cwgoes).
Proposal
Structure the endpoints categories according to the following:
Tendermint RPC: endpoints from https://tendermint.com/rpc that are not overwritten by others on the SDK (/tx and /tx_search)
Transactions: endpoints matching/txs*. Currently under ICS0
Misc: currently under Version
Auth
Bank: delete GET /bank/balances/{address} which is a dup from GET /auth/accounts/{address}
Staking: delete GET /staking/delegators/{delegatorAddr}/txs which is a dup from the tx query
Note, I can't seem to build the docs to double check. The swagger.yaml file is valied YAML according to swagger.io but I can't figure out how to verify further.
Summary
Currently the API docs from swagger have ICS (InterChain Standards) that we haven't agreed upon. These will conflict with the real ICS in the future (cc: @cwgoes).
Proposal
Structure the endpoints categories according to the following:
/tx
and/tx_search
)/txs*
. Currently underICS0
GET /bank/balances/{address}
which is a dup fromGET /auth/accounts/{address}
GET /staking/delegators/{delegatorAddr}/txs
which is a dup from the tx querycc: @hschoenburg @gamarin2
For Admin Use
The text was updated successfully, but these errors were encountered: