C# Класс CallfireApiClient.Api.Keywords.KeywordsApi

Показать файл Открыть проект

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

Метод Описание
Find ( IList keywords ) : IList

Find keyword objects by list of keyword names

IsAvailable ( string keyword ) : System.Boolean

Find an individual keyword for purchase on the CallFire platform.

Приватные методы

Метод Описание
KeywordsApi ( RestApiClient client ) : System

Описание методов

Find() публичный Метод

Find keyword objects by list of keyword names
in case HTTP response code is 400 - Bad request, the request was formatted improperly. in case HTTP response code is 401 - Unauthorized, API Key missing or invalid. in case HTTP response code is 403 - Forbidden, insufficient permissions. in case HTTP response code is 404 - NOT FOUND, the resource requested does not exist. in case HTTP response code is 500 - Internal Server Error. in case HTTP response code is something different from codes listed above. in case error has occurred in client.
public Find ( IList keywords ) : IList
keywords IList list of keyword names
Результат IList

IsAvailable() публичный Метод

Find an individual keyword for purchase on the CallFire platform.
in case HTTP response code is 400 - Bad request, the request was formatted improperly. in case HTTP response code is 401 - Unauthorized, API Key missing or invalid. in case HTTP response code is 403 - Forbidden, insufficient permissions. in case HTTP response code is 404 - NOT FOUND, the resource requested does not exist. in case HTTP response code is 500 - Internal Server Error. in case HTTP response code is something different from codes listed above. in case error has occurred in client.
public IsAvailable ( string keyword ) : System.Boolean
keyword string keyword name
Результат System.Boolean