C# Class HubspotAPIWrapper.BaseClass

Inheritance: IBaseClass
Afficher le fichier Open project: Axosoft/HubspotAPIWrapper Class Usage Examples

Méthodes publiques

Méthode Description
BaseClass ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System

Méthodes protégées

Méthode 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 méthode

public BaseClass ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
Résultat System

Call() protected méthode

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
Résultat System.Json.JsonObject

GetPath() protected méthode

protected GetPath ( string subPath ) : string
subPath string
Résultat string