C# Class instagrammer.BaseClient

Afficher le fichier Open project: jonezy/instagrammer

Protected Properties

Свойство Type Description
_token string

Méthodes publiques

Méthode Description
BaseClient ( string token ) : System.IO
GetJSON ( string url, string postData ) : string
GetJSON ( string url, string postData, string method ) : string

Method Details

BaseClient() public méthode

public BaseClient ( string token ) : System.IO
token string
Résultat System.IO

GetJSON() public méthode

public GetJSON ( string url, string postData ) : string
url string
postData string
Résultat string

GetJSON() public méthode

public GetJSON ( string url, string postData, string method ) : string
url string
postData string
method string
Résultat string

Property Details

_token protected_oe property

protected string _token
Résultat string