C# Class instagrammer.BaseClient

Show file Open project: jonezy/instagrammer

Protected Properties

Property Type Description
_token string

Public Methods

Method Description
BaseClient ( string token ) : System.IO
GetJSON ( string url, string postData ) : string
GetJSON ( string url, string postData, string method ) : string

Method Details

BaseClient() public method

public BaseClient ( string token ) : System.IO
token string
return System.IO

GetJSON() public method

public GetJSON ( string url, string postData ) : string
url string
postData string
return string

GetJSON() public method

public GetJSON ( string url, string postData, string method ) : string
url string
postData string
method string
return string

Property Details

_token protected property

protected string _token
return string