C# 클래스 BIMToolkitAPIClient.Dal.ApiAccess

Demonstration of how to call BIM Toolkit API server side
파일 보기 프로젝트 열기: theNBS/BimtoolkitApiClient

공개 메소드들

메소드 설명
CallApi ( string path ) : string

Get a token before making a GET request to the specified api path

GetToken ( ) : string

Get a token using Thinktecture OAuth2Client

GetTokenExplained ( ) : string

Illustrates how to get token without OAuth2Client helper

메소드 상세

CallApi() 공개 정적인 메소드

Get a token before making a GET request to the specified api path
public static CallApi ( string path ) : string
path string
리턴 string

GetToken() 공개 정적인 메소드

Get a token using Thinktecture OAuth2Client
public static GetToken ( ) : string
리턴 string

GetTokenExplained() 공개 정적인 메소드

Illustrates how to get token without OAuth2Client helper
public static GetTokenExplained ( ) : string
리턴 string