C# 클래스 HubspotAPIWrapper.BaseClass

상속: IBaseClass
파일 보기 프로젝트 열기: Axosoft/HubspotAPIWrapper 1 사용 예제들

공개 메소드들

메소드 설명
BaseClass ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System

보호된 메소드들

메소드 설명
Call ( string subpath, string method = "GET", string query = "", string contentType = "application/text", string data = "", string>.Dictionary optionalParams = null, string other = "" ) : System.Json.JsonObject
GetPath ( string subPath ) : string

메소드 상세

BaseClass() 공개 메소드

public BaseClass ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
리턴 System

Call() 보호된 메소드

protected Call ( string subpath, string method = "GET", string query = "", string contentType = "application/text", string data = "", string>.Dictionary optionalParams = null, string other = "" ) : System.Json.JsonObject
subpath string
method string
query string
contentType string
data string
optionalParams string>.Dictionary
other string
리턴 System.Json.JsonObject

GetPath() 보호된 메소드

protected GetPath ( string subPath ) : string
subPath string
리턴 string