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

15
Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

Upload: others

Post on 04-Oct-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

Developers Guide to the

ArcGIS REST APIsEvan Caldwell

Sam Berg

February 11, 2015 | Washington, DC

DevSummit DC

Page 3: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

RESTREpresentational State Transfer

Page 4: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

A way to get stuff on the web.

GET

PUT

POST

DELETE

Page 5: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

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

Page 6: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

JSONJavascript Object Notation

Page 7: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

Evan

Watch it live

Page 8: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

ArcGIS

Desktop Web Device

Server Online Content

and Services

Portal

APIs & SDKs

REST

REST

Page 9: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC
Page 10: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

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/

Page 11: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

Why?City of Philadelphia

Page 12: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

Sam

REST Hands On

Page 13: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

Evan

Developing Apps

Page 14: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC

Links

• The ArcGIS REST API

• Developers Site

• https://github.com/ecaldwell

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

• Geocoding Example

• ArcGIS Online Assistant

• Postman Chrome Extension

Page 15: Developers Guide to the ArcGIS REST APIs · 2015. 3. 12. · Developers Guide to the ArcGIS REST APIs Evan Caldwell Sam Berg February 11, 2015 | Washington, DC DevSummit DC