cosmos-cache icon indicating copy to clipboard operation
cosmos-cache copied to clipboard

Combine RPC&REST to a single systemd service / cache

Open reecepbcups opened this issue 2 years ago • 0 comments

Could be cool based off user requests

  • On load, get all possible REST endpoints via the openapi. Use * regex for any { } areas
  • if user requests a regex match, forward to 1317
  • else 26657 rpc / websocket req

Compile RPC links -> open api, and inject into REST openapi. Place on top of the REST api UI

reecepbcups avatar Mar 13 '23 03:03 reecepbcups