Method | Description | |
---|---|---|
Client ( string clientId, string secret ) : Nedap.Retail.Api.System.V1.System |
Create a API client instance
|
|
Dispose ( ) : void |
Dispose client
|
|
SetApiBaseUrl ( |
Set base URL for the API calls (default: https://api.nedapretail.com/)
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public Client ( string clientId, string secret ) : Nedap.Retail.Api.System.V1.System | ||
clientId | string | OAuth 2.0 client ID |
secret | string | OAuth 2.0 secret |
return | Nedap.Retail.Api.System.V1.System |
public SetApiBaseUrl ( |
||
ApiBaseUrl | The URL to use to resolve partial and relative URLs | |
return | void |