developers guide to the arcgis rest apis · 2015. 3. 12. · developers guide to the arcgis rest...

Post on 04-Oct-2020

2 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Developers Guide to the

ArcGIS REST APIsEvan Caldwell

Sam Berg

February 11, 2015 | Washington, DC

DevSummit DC

RESTREpresentational State Transfer

A way to get stuff on the web.

GET

PUT

POST

DELETE

http://domain.com/resources/files/file25

JSONJavascript Object Notation

Evan

Watch it live

ArcGIS

Desktop Web Device

Server Online Content

and Services

Portal

APIs & SDKs

REST

REST

Endpoints

• ArcGIS for Server

- https://<server>/arcgis/rest/services/

• Portal for ArcGIS

- https://webadaptor.domain.com/sharing/rest

• ArcGIS Online:

- https://www.arcgis.com/sharing/rest/

• Geocoding

- https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/

• Geoenrichment

- http://geoenrich.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/

Why?City of Philadelphia

Sam

REST Hands On

Evan

Developing Apps

Links

• The ArcGIS REST API

• Developers Site

• https://github.com/ecaldwell

• https://github.com/sam-berg

• Geocoding Example

• ArcGIS Online Assistant

• Postman Chrome Extension

top related