C# Class ConsoleApplication.ConsoleClient

Show file Open project: TradeMe/trade-me-api-wrapper Class Usage Examples

Public Methods

Method Description
Start ( ) : void

Brings up a list of commands for the user to choose from.

Private Methods

Method Description
AddMemberToBlackList ( ) : void
AddNoteToListing ( ) : void
AttributesForCategory ( ) : void

Retrieves the list of attributes for a specific category - does not require authentication.

AuthenticationSteps ( ) : void

Performs the steps required to enable requests to the API that require authentication.

GetBlacklist ( ) : void
GetCategories ( ) : void

Get a list of Categories - does not require authentication.

GetListing ( ) : void

Get a listing details by listing ID - does not require authentication.

GetTravelLocalities ( ) : void
GetWatchlist ( ) : void

Gets a members Watchlist - requires authentication.

GetWeeklySalesStats ( ) : void
SearchGeneral ( ) : void

Get a listing details by listing ID - does not require authentication.

Method Details

Start() public method

Brings up a list of commands for the user to choose from.
public Start ( ) : void
return void