C# Класс ConsoleApplication.ConsoleClient

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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