massa
massa copied to clipboard
Support HTTP GET queries proxying
It could be interesting to add GET
request proxing to RPC methods. This feature could simplify frontend queries and allow URIs sharing.
GET /addresses/{address_id} or ?ids=[address_id, address_id] => will be binded to get_addresses
method
related to #2799
i'll check that
Draft PR is here ~~#3411~~ #3435
We could add support for:
- addresses
- blocks
- endorsements
- operations
We'll switch to gRPC which supports this out of the box