What is the use case or problem this feature would solve?
JSON RPC calls to /api are functionally not searchable in network history, inconsistent with APIs that are RESTful
Describe the solution you'd like
- Add RESTful endpoints for API methods that are currently called through JSON RPC
- Update COSMOS Core to use RESTful endpoints
Must maintain support of JSON RPC for existing external usages
Additional context
could consider removing JSON RPC support, but only at a major release
support OpenAPI spec? this might be worth a follow-up issue
Screenshots
No response
What is the use case or problem this feature would solve?
JSON RPC calls to
/apiare functionally not searchable in network history, inconsistent with APIs that are RESTfulDescribe the solution you'd like
Must maintain support of JSON RPC for existing external usages
Additional context
could consider removing JSON RPC support, but only at a major release
support OpenAPI spec? this might be worth a follow-up issue
Screenshots
No response