Skip to content

Commit

Permalink
publish: Remove references to deleted JSON endpoint for logged-in use…
Browse files Browse the repository at this point in the history
…r data (#144)

generated from commit 8f0f8db
  • Loading branch information
lavaturtle committed May 17, 2024
1 parent 8b873b0 commit 139d813
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ <h1 id='introduction'>Introduction</h1>
<p>We offer several APIs to customers to cover different integration use cases.</p>

<ul>
<li><p><strong>JSONP API</strong> Unauthenticated API designed to be consumed by javascript clients written by front-end engineers. Quickly display public information about petitions, efforts, and users on external sites.</p></li>
<li><p><strong>JSONP API</strong> Unauthenticated API designed to be consumed by javascript clients written by front-end engineers. Quickly display public information about petitions, efforts, and events on external sites.</p></li>
<li><p><strong>Webhooks</strong> Get notified when changes happen so external systems can react.</p></li>
<li><p><strong>Bulk Data</strong> Integrate your ControlShift instance with a data warehouse like Redshift for SQL access and reporting.</p></li>
<li><p><strong>Authenticated REST</strong> Server Side API integration option for more advanced scenarios than are possible with the JSONP API. Uses OAuth2 to allow third-party developers to create applications and customers to grant access.</p></li>
Expand All @@ -624,14 +624,13 @@ <h1 id='introduction'>Introduction</h1>

<p>We publish various pieces of <a href="https://github.com/controlshift/">open source code on Github</a> which you may find useful.</p>
<h1 id='json-api-endpoints'>JSON API Endpoints</h1>
<p>The JSONP API is a simple way to embed ControlShift petition content in external sites. It&#39;s intended for use by a front-end developer embed content on web pages outside of the platform. For example, a developer could:</p>
<p>The JSONP API is a simple way to embed ControlShift petition content in external sites. It&#39;s intended for use by a front-end developer to embed content on web pages outside of the platform. For example, a developer could:</p>

<ul>
<li>Show petitions</li>
<li>Allow a user to search for near by petitions</li>
<li>List petition categories</li>
<li>Show petitions within an effort</li>
<li>If a site visitor is logged in, show a users past actions and created petitions</li>
</ul>

<p>Many of the endpoints can be consumed as JSONP instead of JSON by adding callback or variable parameters to the URLs.</p>
Expand Down

0 comments on commit 139d813

Please sign in to comment.