geocodio icon indicating copy to clipboard operation
geocodio copied to clipboard

A ruby client for the http://geocod.io/ API. Geocode with ease.

Results 5 geocodio issues
Sort by recently updated
recently updated
newest added

- Add support to Geocodio API v1.7 - Update VCR test data with fresh data(July 2022) and all rspec suite - Implemented most recent fields: `cd118`, `stateleg-next`, `provriding` and `riding`...

There're several fields being missed according to [docs](https://www.geocod.io/docs/?ruby#geocoding): ![image](https://user-images.githubusercontent.com/19319629/124740055-3844d900-df3c-11eb-8bff-61ecc590d431.png)

Enable retrieval of census code data. Also updates API version to 1.6.

According to the geocod.io docs as of June 2015 the parse endpoint has been deprecated. Geocode is now returning parsed address fields so maybe we should remove that from the...