Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 4c1abc2

Browse files
authored
Merge pull request #52 from appwrite/feat-new-spec-links
Add references to Open API 3 + Swagger2 specifications to main docs page
2 parents 78476f7 + 5951c53 commit 4c1abc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/docs/main.phtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ $clients = [
8686
<div class="margin-bottom-large">
8787
<h2 class="margin-bottom">API References</h2>
8888

89-
<p>The Appwrite API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded or JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.</p>
89+
<p>The Appwrite API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded or JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.</p>
90+
91+
<p>Specifications for the Appwrite API are available in multiple formats, including Open API 3 for <a href="https://appwrite.io/specs/open-api3?platform=client">clients</a> or <a href="https://appwrite.io/specs/open-api3?platform=server">servers</a> and Swagger2 for <a href="https://appwrite.io/specs/swagger2?platform=client">clients</a> or <a href="https://appwrite.io/specs/swagger2?platform=server">servers</a>.</p>
9092
</div>
9193

9294
<div class="margin-bottom-large">

0 commit comments

Comments
 (0)