ArcGIS REST API - Stupid question

451
2
04-25-2019 12:26 PM
JordanBaumgardner
Occasional Contributor III

Where the heck is it? I can't seem to find a Download/Nuget/Git Repo anywhere. What am I missing? I was hoping to take it for a quick spin with a little C# web service I'm creating.

0 Kudos
2 Replies
JordanBaumgardner
Occasional Contributor III

Doh - just read this:

"Install Postman on your computer so you can create, inspect, and debug HTTP requests."

This isn't a library is it ; (

I just saw a vid about a lightweight Esri specific rest lib somewhere - was I imagining?

0 Kudos
GavinRehkemper
Esri Contributor

Jordan, there are language/platform specific APIs and SDKs that will allow you to more easily interact with the REST API: https://developers.arcgis.com/documentation/#sdks. Sounds like you might be most interested in the ArcGIS Runtime SDK for .NET.

Of course if your language/platform is not listed there, you can always make REST calls directly (like via Postman, like you mentioned above): https://developers.arcgis.com/documentation/#rest 

0 Kudos