cloudmersive-validate-api-client

CloudmersiveValidateApiClient - the Ruby gem for the validateapi

The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.

This SDK is automatically generated by the Swagger Codegen project:

  • API version: v1
  • Package version: 1.4.2
  • Build package: io.swagger.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build cloudmersive-validate-api-client.gemspec

Then either install the gem locally:

gem install ./cloudmersive-validate-api-client-1.4.2.gem

(for development, run gem install --dev ./cloudmersive-validate-api-client-1.4.2.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'cloudmersive-validate-api-client', '~> 1.4.2'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:

gem 'cloudmersive-validate-api-client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'cloudmersive-validate-api-client'

# Setup authorization
CloudmersiveValidateApiClient.configure do |config|
  # Configure API key authorization: Apikey
  config.api_key['Apikey'] = 'YOUR API KEY'
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
  #config.api_key_prefix['Apikey'] = 'Bearer'
end

api_instance = CloudmersiveValidateApiClient::AddressApi.new

input = CloudmersiveValidateApiClient::ValidateCountryRequest.new # ValidateCountryRequest | Input request


begin
  #Validate and normalize country information, return ISO 3166-1 country codes and country name
  result = api_instance.address_country(input)
  p result
rescue CloudmersiveValidateApiClient::ApiError => e
  puts "Exception when calling AddressApi->address_country: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://api.cloudmersive.com

Class Method HTTP request Description
CloudmersiveValidateApiClient::AddressApi address_country POST /validate/address/country Validate and normalize country information, return ISO 3166-1 country codes and country name
CloudmersiveValidateApiClient::AddressApi address_get_timezone POST /validate/address/country/get-timezones Gets IANA/Olsen time zones for a country
CloudmersiveValidateApiClient::AddressApi address_parse_string POST /validate/address/parse Parse an unstructured input text string into an international, formatted address
CloudmersiveValidateApiClient::AddressApi address_validate_address POST /validate/address/street-address Validate a street address
CloudmersiveValidateApiClient::DomainApi domain_check POST /validate/domain/check Validate a domain name
CloudmersiveValidateApiClient::DomainApi domain_post POST /validate/domain/whois Get WHOIS information for a domain
CloudmersiveValidateApiClient::DomainApi domain_url_full POST /validate/domain/url/full Validate a URL fully
CloudmersiveValidateApiClient::DomainApi domain_url_syntax_only POST /validate/domain/url/syntax-only Validate a URL syntactically
CloudmersiveValidateApiClient::EmailApi email_address_get_servers POST /validate/email/address/servers Partially check whether an email address is valid
CloudmersiveValidateApiClient::EmailApi email_full_validation POST /validate/email/address/full Fully validate an email address
CloudmersiveValidateApiClient::EmailApi email_post POST /validate/email/address/syntaxOnly Validate email adddress for syntactic correctness only
CloudmersiveValidateApiClient::IPAddressApi i_p_address_post POST /validate/ip/geolocate Geolocate an IP address
CloudmersiveValidateApiClient::LeadEnrichmentApi lead_enrichment_enrich_lead POST /validate/lead-enrichment/lead/enrich Enrich an input lead with additional fields of data
CloudmersiveValidateApiClient::NameApi name_get_gender POST /validate/name/get-gender Get the gender of a first name
CloudmersiveValidateApiClient::NameApi name_identifier POST /validate/name/identifier Validate a code identifier
CloudmersiveValidateApiClient::NameApi name_validate_first_name POST /validate/name/first Validate a first name
CloudmersiveValidateApiClient::NameApi name_validate_full_name POST /validate/name/full-name Parse and validate a full name
CloudmersiveValidateApiClient::NameApi name_validate_last_name POST /validate/name/last Validate a last name
CloudmersiveValidateApiClient::PhoneNumberApi phone_number_syntax_only POST /validate/phonenumber/basic Validate phone number (basic)
CloudmersiveValidateApiClient::UserAgentApi user_agent_parse POST /validate/useragent/parse Parse an HTTP User-Agent string, identify robots
CloudmersiveValidateApiClient::VatApi vat_vat_lookup POST /validate/vat/lookup Validate a VAT number

Documentation for Models

Documentation for Authorization

Apikey

  • Type: API key
  • API key parameter name: Apikey
  • Location: HTTP header