-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clarify the only support bytag is the value tag https://podcastindex.social/@hypercatcher/110800498311457973 * Add support for getting feed value data from guid https://podcastindex.social/@dave/110851275127076366 * Add support for getting episode value data from feed and episode guid https://podcastindex.social/@dave/110879169344223126 * Remove security for value endpoints * Add support for batch value endpoint https://podcastindex.social/@dave/110895277939377191 * Update version to 1.11.0 * Update to redocly cli 1.0.2 * Change server to use node http-server instead of python * Fix file case issue
- Loading branch information
1 parent
f5c07ce
commit 4d04a1d
Showing
278 changed files
with
11,907 additions
and
9,782 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 |
---|---|---|
@@ -1,24 +1,26 @@ | ||
# See https://redoc.ly/docs/cli/configuration/ for more information. | ||
apiDefinitions: | ||
main: ./api_src/root.yaml | ||
lint: | ||
extends: | ||
- recommended | ||
rules: | ||
no-unused-components: warning | ||
referenceDocs: | ||
htmlTemplate: ./docs/template.html | ||
hideDownloadButton: true | ||
expandDefaultServerVariables : all # nice for debugging | ||
expandResponses: all # nice for debugging | ||
expandSingleSchemaField: all # nice for debugging | ||
jsonSampleExpandLevel: all # nice for debugging | ||
hideSchemaTitles: true | ||
requiredPropsFirst: true | ||
theme: | ||
spacing: | ||
sectionVertical: 10 | ||
colors: | ||
primary: | ||
main: "#e90000" | ||
# Additional configuration options: https://github.com/Redocly/redoc | ||
extends: | ||
- recommended | ||
|
||
apis: | ||
core@v2: | ||
root: ./api_src/root.yaml | ||
rules: | ||
no-unused-components: warn | ||
|
||
theme: | ||
openapi: | ||
htmlTemplate: ./docs/template.html | ||
hideDownloadButton: true | ||
expandDefaultServerVariables : true # nice for debugging | ||
expandResponses: all # nice for debugging | ||
expandSingleSchemaField: true # nice for debugging | ||
jsonSampleExpandLevel: all # nice for debugging | ||
hideSchemaTitles: true | ||
requiredPropsFirst: true | ||
theme: | ||
spacing: | ||
sectionVertical: 10 | ||
colors: | ||
primary: | ||
main: "#e90000" |
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
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
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
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
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
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
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
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
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
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
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 @@ | ||
name: episodeguid | ||
in: query | ||
# language=Markdown | ||
description: | | ||
The guid specified by the `<guid>` in the episode `<item>`. | ||
required: true | ||
schema: | ||
type: string | ||
example: "PC20143" |
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
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
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
Oops, something went wrong.