hyperledger / firefly

Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications. The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.
https://hyperledger.github.io/firefly
Apache License 2.0
508 stars 209 forks source link

GET API(s) response doesn't include a REST endpoint in urls #1500

Closed mjc-dev closed 7 months ago

mjc-dev commented 7 months ago

The current list of urls is openapi and ui (for swagger and swagger UI).

If a client wanted to know the actual base url endpoint for the API then this would need to be derived from one of these urls.

Having an additional explicit url for the api would be helpful.