Class: BriteAPI::NameAPIClient
- Defined in:
- lib/brite-api/clients/name_api_client.rb
Constant Summary collapse
- API_HATH =
'/names.json'
Constants inherited from APIClient
Instance Method Summary collapse
Methods inherited from APIClient
Constructor Details
This class inherits a constructor from BriteAPI::APIClient
Instance Method Details
#verify(value) ⇒ Object
6 7 8 |
# File 'lib/brite-api/clients/name_api_client.rb', line 6 def verify(value) get API_HOST + API_HATH, { :fullname => value } end |