class Tripletexer::Endpoints::Country
Public Instance Methods
find(id, params = {})
click to toggle source
tripletex.no/v2-docs/#!/country/get
# File lib/tripletexer/endpoints/country.rb, line 12 def find(id, params = {}) find_entity("/v2/country/#{id}", params) end
search(params = {})
click to toggle source
tripletex.no/v2-docs/#!/country/search
# File lib/tripletexer/endpoints/country.rb, line 7 def search(params = {}) find_entities('/v2/country', params) end