C# Class GoCoinAPI.Client

Afficher le fichier Open project: GoCoin/gocoin-.net Class Usage Examples

Méthodes publiques

Méthode Description
Client ( ) : System
Client ( string APIKEY ) : System
authorize_api ( ) : bool
check_port ( System.Boolean secure ) : Int32
create_get_url ( string url, object _params ) : string
getClientId ( ) : string
getClientSecret ( ) : string
getToken ( ) : string
get_api_url ( string options ) : string
get_auth_url ( ) : string
get_current_url ( ) : string
get_dashboard_url ( ) : string
get_token_from_request ( ) : bool
initToken ( ) : void
request_client ( System.Boolean _secure ) : string
setClientId ( string setclient_id ) : string
setClientSecret ( string secret ) : Client
setToken ( GoCoinAPI.AccessToken token ) : void
setToken ( string APIKEY ) : void

Method Details

Client() public méthode

public Client ( ) : System
Résultat System

Client() public méthode

public Client ( string APIKEY ) : System
APIKEY string
Résultat System

authorize_api() public méthode

public authorize_api ( ) : bool
Résultat bool

check_port() public méthode

public check_port ( System.Boolean secure ) : Int32
secure System.Boolean
Résultat System.Int32

create_get_url() public méthode

public create_get_url ( string url, object _params ) : string
url string
_params object
Résultat string

getClientId() public méthode

public getClientId ( ) : string
Résultat string

getClientSecret() public méthode

public getClientSecret ( ) : string
Résultat string

getToken() public méthode

public getToken ( ) : string
Résultat string

get_api_url() public méthode

public get_api_url ( string options ) : string
options string
Résultat string

get_auth_url() public méthode

public get_auth_url ( ) : string
Résultat string

get_current_url() public méthode

public get_current_url ( ) : string
Résultat string

get_dashboard_url() public méthode

public get_dashboard_url ( ) : string
Résultat string

get_token_from_request() public méthode

public get_token_from_request ( ) : bool
Résultat bool

initToken() public méthode

public initToken ( ) : void
Résultat void

request_client() public méthode

public request_client ( System.Boolean _secure ) : string
_secure System.Boolean
Résultat string

setClientId() public méthode

public setClientId ( string setclient_id ) : string
setclient_id string
Résultat string

setClientSecret() public méthode

public setClientSecret ( string secret ) : Client
secret string
Résultat Client

setToken() public méthode

public setToken ( GoCoinAPI.AccessToken token ) : void
token GoCoinAPI.AccessToken
Résultat void

setToken() public méthode

public setToken ( string APIKEY ) : void
APIKEY string
Résultat void