The TypeAPI Root
DocumentProperty | Type | Description |
---|---|---|
baseUrl | Text | Optional the base url of the service, if provided the user does not need to provide a base url for your client |
operations | Operation | A map of operations which are provided by the API. The key of the operation should be separated by a dot to group operations into logical units i.e. product.getAll or enterprise.product.execute |
security | Security | Describes the authorization mechanism which is used by your API |