arcgis-ruby icon indicating copy to clipboard operation
arcgis-ruby copied to clipboard

Ruby library for interacting with ArcGIS services and ArcGIS Online

Results 6 arcgis-ruby issues
Sort by recently updated
recently updated
newest added

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"

bug
0 - Backlog

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]...

ready