Skip to content

Commit

Permalink
publish: Indicate that CORS is supported on 11 more endpoints (#154)
Browse files Browse the repository at this point in the history
generated from commit 7005d29
  • Loading branch information
lavaturtle committed Aug 2, 2024
1 parent 42a95c2 commit fe0cff5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ <h4 id='json-api-endpoints-using-the-json-api-from-an-external-site-get-a-single
<p><code>GET https://demo.controlshiftlabs.com/petitions/&lt;slug&gt;.json</code></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>
<h4 id='json-api-endpoints-using-the-json-api-from-an-external-site-get-a-single-petition-query-parameters'>Query Parameters</h4>
Expand Down Expand Up @@ -972,7 +972,7 @@ <h4 id='json-api-endpoints-using-the-json-api-from-an-external-site-get-featured
<p><code>GET https://demo.controlshiftlabs.com/petitions/featured.json</code></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>
<h4 id='json-api-endpoints-using-the-json-api-from-an-external-site-get-featured-petitions-query-parameters'>Query Parameters</h4>
Expand Down Expand Up @@ -1157,7 +1157,7 @@ <h4 id='json-api-endpoints-using-the-json-api-from-an-external-site-search-petit
<p><code>GET https://demo.controlshiftlabs.com/petitions/search.json</code></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>

Expand Down Expand Up @@ -1225,7 +1225,7 @@ <h4 id='json-api-endpoints-petitions-get-list-of-categories-http-request'>HTTP R
<p><code>GET https://demo.controlshiftlabs.com/categories.json</code></p></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>

Expand Down Expand Up @@ -1414,7 +1414,7 @@ <h4 id='json-api-endpoints-petitions-list-petitions-in-a-category-http-request'>
<p><code>GET https://demo.controlshiftlabs.com/categories/&lt;category slug&gt;.json</code></p></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>

Expand Down Expand Up @@ -1632,7 +1632,7 @@ <h4 id='json-api-endpoints-categories-list-petitions-in-a-partnership-http-reque
<p><code>GET https://demo.controlshiftlabs.com/partnerships/&lt;partnership slug&gt;/petitions.json</code></p></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>

Expand Down Expand Up @@ -1883,7 +1883,7 @@ <h4 id='json-api-endpoints-partnerships-list-petitions-in-an-effort-http-request
<p><code>GET https://demo.controlshiftlabs.com/efforts/&lt;effort slug&gt;.json</code></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>

Expand Down Expand Up @@ -2007,7 +2007,7 @@ <h4 id='json-api-endpoints-partnerships-search-petitions-in-a-effort-http-reques
<p><code>GET https://demo.controlshiftlabs.com/efforts/&lt;effort slug&gt;/lookup/query.json</code></p></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>

Expand Down Expand Up @@ -2145,7 +2145,7 @@ <h4 id='json-api-endpoints-efforts-get-calendar-data-http-request'>HTTP Request<
<p>Where slug is the slug of the calendar you&#39;re retrieving. </p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&check; JSONP supported</li>
</ul>

Expand Down Expand Up @@ -2190,7 +2190,7 @@ <h4 id='json-api-endpoints-calendars-get-organizing-locations-points-http-reques
<p><code>GET https://demo.controlshiftlabs.com/api/local/points.json</code></p></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&times; JSONP not supported</li>
</ul>

Expand Down Expand Up @@ -2246,7 +2246,7 @@ <h4 id='json-api-endpoints-calendars-get-organizing-locations-details-http-reque
<p><code>GET https://demo.controlshiftlabs.com/api/local.json</code></p></p>

<ul>
<li>&times; CORS not supported</li>
<li>&check; CORS supported</li>
<li>&times; JSONP not supported</li>
</ul>

Expand Down

0 comments on commit fe0cff5

Please sign in to comment.