C# 클래스 Nedap.Retail.Api.Client

Nedap Retail API client
상속: IDisposable
파일 보기 프로젝트 열기: nedap/retail-services-API

공개 메소드들

메소드 설명
Client ( string clientId, string secret ) : Nedap.Retail.Api.System.V1.System

Create a API client instance

Dispose ( ) : void

Dispose client

SetApiBaseUrl ( Uri ApiBaseUrl ) : void

Set base URL for the API calls (default: https://api.nedapretail.com/)

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Client() 공개 메소드

Create a API client instance
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
리턴 Nedap.Retail.Api.System.V1.System

Dispose() 공개 메소드

Dispose client
public Dispose ( ) : void
리턴 void

SetApiBaseUrl() 공개 메소드

Set base URL for the API calls (default: https://api.nedapretail.com/)
public SetApiBaseUrl ( Uri ApiBaseUrl ) : void
ApiBaseUrl System.Uri The URL to use to resolve partial and relative URLs
리턴 void