Interface DsbmobileConfig

The configuration Object for a Dsbmobile instance

Hierarchy

  • DsbmobileConfig

Properties

baseURL?: string

The base-url of the dsbmobile API you want to use

id?: string

The id/username you need to fetch your token

password?: string

The password you need to fetch your token

resourceApiURL?: string

The base-url for the dsbmobile-resource API you want to use

Deprecated

Use resourceBaseURL instead

resourceBaseURL?: string

The base-url for the dsbmobile-resource API you want to use

token?: string

The token you need to make requests. Can be fetched when id and password are declared

Generated using TypeDoc