Using Discovery Service
Discovery service of TEOS platform is a component, providing configurations to front-ends and mobile applications. It is necessary to support multi-tenancy approach, based on different FQDNs/Bundle IDs of applications of different tenants. The respective front-end FQDN or bundle ID is configured by CoreLedger during tenant set-up.
Returns Front-End or Mobile Application configuration and endpoints
GET
https://disco.coreledger.net/api/discovery/v1.0/config/{id}
The structure of the returned json document differs from application to application and is based solely on the provided ID. Returned result can be single record or an array of records. In case of multiple configurations, returned by the endpoint the application should correspondingly handle them and e.g. offer a selection window to a user right after the start
Path Parameters
id*
String
Bundle ID or Front-End FQDN, e.g. "com.coreledger.txmobile.android"
Query Parameters
dev
boolean
If additional dev configurations should be returned. E.g. ?dev=true
Is relevant only for CoreLedger Support.
Example of a single configuration response:
Example of an array of configurations:
Last updated