C# Class CallfireApiClient.Api.Keywords.KeywordsApi

Afficher le fichier Open project: CallFire/callfire-api-client-csharp

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
KeywordsApi ( RestApiClient client ) : System

Method Details

Find() public méthode

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
Résultat IList

IsAvailable() public méthode

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
Résultat System.Boolean