Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ This library is a simple wrapper around the ArcGIS Online sharing API for Users,

The library currently just exposes the API endpoints and accepts unverified hashes of input parameters as specified in the [ArcGIS API](http://www.arcgis.com/apidocs/rest/). As it evolves more endpoints will be added as well as more Ruby-like objects for the various API capabilities.

If you want to query the FeatureService and MapService endpoitns, then check out the [GeoServices-Ruby](https://github.com/ajturner/geoservices-ruby) library.
If you want to query the FeatureService and MapService endpoints, then check out the [GeoServices-Ruby](https://github.com/ajturner/geoservices-ruby) library.

## Install

Just install using Rubygems:

`gem install geoservices`
`gem install arcgis`

## Instructions

```ruby
require 'arcgis'
# Create a client
@online = Arcgis::Online.new(:host => "http://www.arcgis.com/sharing/rest/")
# Do an unauthenticated search
Expand Down