-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
145 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,7 @@ GEM | |
|
||
PLATFORMS | ||
arm64-darwin-21 | ||
arm64-darwin-23 | ||
x86_64-darwin-23 | ||
x86_64-linux | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# {{ include.name }} | ||
|
||
{% assign json_file = include.name | append: ".json" %} | ||
{% assign yaml_file = include.name | append: ".yaml" %} | ||
|
||
{{ include.description }} | ||
|
||
## JSON | ||
|
||
```json | ||
{% include_relative {{ json_file }} %} | ||
``` | ||
|
||
## YAML | ||
|
||
```yaml | ||
{% include_relative {{ yaml_file }} %} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: default | ||
title: Example API Descriptions | ||
nav_order: 6 | ||
has_children: true | ||
has_toc: true | ||
--- | ||
|
||
# Example API Descriptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: api-with-examples | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: callback-example | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: link-example | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: petstore-expanded | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: petstore | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: uspto | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: non-oauth-scopes | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: tictactoe | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
title: webhook-example | ||
parent: Example API Descriptions | ||
--- | ||
|
||
{% comment %} | ||
{% capture description %} | ||
Insert description here, then remove comment tag above and endcomment tag below | ||
{% endcapture %} | ||
{% endcomment %} | ||
|
||
{% include example-api-description.md name=page.title description=description %} |