arcgis-ruby
arcgis-ruby copied to clipboard
Ruby library for interacting with ArcGIS services and ArcGIS Online
per specfile should this be 'arcgis'? I confirmed it at rubygems.org as well.
1) Fix a typo 2) Fix name on Rubygems 3) Add `require` 🌐
Confusing install instructions in README.md
update installation instructions to install "arcgis" gem, not "geoservices"
pinging @kenichi @davy @jwieringa @brooksjbr @poeks for input on this new API
[Chain](https://github.com/slnovak/chain) is a sweet little library to provide a kind of DSL for rest-ish API's. It may provide a cleaner internal interface. result in calls like: ``` ruby Chain::Url.new(sharing_api).sharing.rest.community.groups[group.id, **options]...