Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
polandll committed Jul 7, 2023
1 parent 4c1828b commit 943a152
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 147 deletions.
10 changes: 7 additions & 3 deletions docs/latest/develop/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ <h2 id="stargate-apis"><a class="anchor" href="#stargate-apis"></a><a class="lin
Stargate Document API allows you to use schemaless storage of free-form JSON Documents in your Astra database. Get examples of using the Document API in the <a href="dev-with-doc.html" class="xref page">Developing with the Document API</a> section.</p>
</li>
<li>
<p><a href="http://stargate.io/docs/latest/develop/attachments/restv2.html" target="_blank" rel="noopener">Stargate REST API v2</a>: This Stargate REST API allows you to perform standard CRUD operations on your {astra_db} data using a simple, cross-language interface. Get examples of using the REST API v2 in the <a href="dev-with-rest.html" class="xref page">Developing with the REST API</a> section.</p>
<p><a href="_attachments/restv2.html" class="xref attachment" target="_blank" rel="noopener">Stargate REST API v2</a>: This Stargate REST API allows you to perform standard CRUD operations on your {astra_db} data using a simple, cross-language interface. Get examples of using the REST API v2 in the <a href="dev-with-rest.html" class="xref page">Developing with the REST API</a> section.</p>
</li>
<li>
<p><a href="graphql.html" class="xref page">Stargate GraphQL API</a>: The GraphQL playground allows you to easily interact with your data using GraphQL types, queries, and mutations. For every table in your keyspace, a series of GraphQL objects are generated, along with queries and mutations that allow you to search and modify the table data. Get examples of using the GraphQL API in the <a href="graphql.html" class="xref page">Developing with the GraphQL API</a> section.</p>
Expand All @@ -413,8 +413,12 @@ <h2 id="stargate-apis"><a class="anchor" href="#stargate-apis"></a><a class="lin
</div>
<div class="sect2">
<h3 id="prior-stargate-version"><a class="anchor" href="#prior-stargate-version"></a><a class="link" href="#prior-stargate-version">Prior Stargate version</a></h3>
<div class="paragraph">
<p><a href="http://stargate.io/docs/latest/develop/attachments/restv1.html" target="_blank" rel="noopener">Stargate REST API v1</a></p>
<div class="ulist">
<ul>
<li>
<p><a href="_attachments/restv1.html" class="xref attachment" target="_blank" rel="noopener">Stargate REST API v1</a></p>
</li>
</ul>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 943a152

Please sign in to comment.