<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGIS REST API - Stupid question in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-stupid-question/m-p/641309#M3121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doh - just read this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;"Install&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.getpostman.com/postman" style="color: #0079c1; background-color: #ffffff; text-decoration: none;"&gt;Postman&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on your computer so you can create, inspect, and debug HTTP requests."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;This isn't a library is it ; (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;I just saw a vid about a lightweight Esri specific rest lib somewhere - was I imagining?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2019 19:29:53 GMT</pubDate>
    <dc:creator>JordanBaumgardner</dc:creator>
    <dc:date>2019-04-25T19:29:53Z</dc:date>
    <item>
      <title>ArcGIS REST API - Stupid question</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-stupid-question/m-p/641308#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 19:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-stupid-question/m-p/641308#M3120</guid>
      <dc:creator>JordanBaumgardner</dc:creator>
      <dc:date>2019-04-25T19:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS REST API - Stupid question</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-stupid-question/m-p/641309#M3121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doh - just read this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;"Install&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.getpostman.com/postman" style="color: #0079c1; background-color: #ffffff; text-decoration: none;"&gt;Postman&lt;/A&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on your computer so you can create, inspect, and debug HTTP requests."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;This isn't a library is it ; (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;I just saw a vid about a lightweight Esri specific rest lib somewhere - was I imagining?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 19:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-stupid-question/m-p/641309#M3121</guid>
      <dc:creator>JordanBaumgardner</dc:creator>
      <dc:date>2019-04-25T19:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS REST API - Stupid question</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-stupid-question/m-p/641310#M3122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jordan, there are language/platform specific APIs and SDKs that will allow you to more easily interact with the REST API: &lt;A class="link-bare" href="https://developers.arcgis.com/documentation/#sdks" title="https://developers.arcgis.com/documentation/#sdks"&gt;https://developers.arcgis.com/documentation/#sdks&lt;/A&gt;. Sounds like you might be most interested in the &lt;A class="link-titled" href="https://developers.arcgis.com/net/" title="https://developers.arcgis.com/net/"&gt;ArcGIS Runtime SDK for .NET&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course if your language/platform is not listed there, you can always make REST calls directly (like via Postman, like you mentioned above): &lt;A class="link-bare" href="https://developers.arcgis.com/documentation/#rest" title="https://developers.arcgis.com/documentation/#rest"&gt;https://developers.arcgis.com/documentation/#rest&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 16:08:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-rest-api-stupid-question/m-p/641310#M3122</guid>
      <dc:creator>GavinRehkemper</dc:creator>
      <dc:date>2019-04-26T16:08:41Z</dc:date>
    </item>
  </channel>
</rss>

