How about basing the url structure around entities to make queries more readable
get validators: GET /stake/validators
delegate: POST /stake/delegations
build delegation tx to be signed client side: GET /stake/delegations/build
get stake for a delegator: GET /stake/delegations?delegator={delegatorAddress}
Concept ACK - as long as PUT/POST cleanly map to single transactions.
Can we do this for the whole LCD API?
It is mostly the case already.
Issue for governance: https://github.com/cosmos/cosmos-sdk/issues/1284
Closed by #1880
Most helpful comment
Concept ACK - as long as PUT/POST cleanly map to single transactions.
Can we do this for the whole LCD API?