C# Class HubspotAPIWrapper.BaseClass

Inheritance: IBaseClass
Mostra file Open project: Axosoft/HubspotAPIWrapper Class Usage Examples

Public Methods

Method Description
BaseClass ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System

Protected Methods

Method Description
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

Method Details

BaseClass() public method

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

Call() protected method

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
return System.Json.JsonObject

GetPath() protected method

protected GetPath ( string subPath ) : string
subPath string
return string