C# Class CallfireApiClient.Api.Keywords.KeywordsApi

Show file Open project: CallFire/callfire-api-client-csharp

Public Methods

Method 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

Method Description
KeywordsApi ( RestApiClient client ) : System

Method Details

Find() public method

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
return IList

IsAvailable() public method

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
return System.Boolean