-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ refact(fetch): Use fetch instead of axios / Rename input (#9)
- Loading branch information
Showing
88 changed files
with
8,253 additions
and
8,675 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 |
---|---|---|
|
@@ -8,15 +8,15 @@ This action updates the OpenAPI documentation of an API that is hosted by RapidA | |
|
||
**Optional** Your RapidAPI API Key. | ||
|
||
## `rapidapi-api-id` | ||
## `rapidapi_api_id` | ||
|
||
**Optional** Your RapidAPI API ID. | ||
|
||
## `openapi-file` | ||
## `openapi_file` | ||
|
||
**Optional** The OpenAPI file you want to upload. Default `"openapi.json"`. | ||
|
||
## `default-server-url` | ||
## `default_server_url` | ||
|
||
**Optional** You can provide a default server url. Default `""`. | ||
|
||
|
@@ -40,7 +40,7 @@ jobs: | |
uses: vvatelot/[email protected] | ||
with: | ||
rapidapi-api-key: ${{ secrets.RAPIDAPI_API_KEY }} | ||
rapidapi-api-id: ${{ secrets.RAPIDAPI_API_ID }} | ||
openapi-file: "my-openapi.json" | ||
rapidapi_api_id: ${{ secrets.RAPIDAPI_API_ID }} | ||
openapi_file: "my-openapi.json" | ||
default-url-server: "https://my.api.com:8001/" | ||
``` |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.