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

Integrate with Chain for better URL handling

Open ajturner opened this issue 10 years ago • 0 comments

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:

Chain::Url.new(sharing_api).sharing.rest.community.groups[group.id, **options]

ajturner avatar Apr 15 '14 17:04 ajturner