C# 클래스 ConsoleApplication.ConsoleClient

파일 보기 프로젝트 열기: TradeMe/trade-me-api-wrapper 1 사용 예제들

공개 메소드들

메소드 설명
Start ( ) : void

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

비공개 메소드들

메소드 설명
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.

메소드 상세

Start() 공개 메소드

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