Class: Nominatim::Client
- Inherits:
-
Object
- Object
- Nominatim::Client
- Defined in:
- lib/nominatim/client.rb
Instance Method Summary collapse
-
#get(path, params = {}) ⇒ Object
Performs an HTTP GET request.
Instance Method Details
#get(path, params = {}) ⇒ Object
Performs an HTTP GET request
7 8 9 |
# File 'lib/nominatim/client.rb', line 7 def get(path, params = {}) connection.get path, params end |