-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
19 changed files
with
6,605 additions
and
6,034 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
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/create_alert.yml
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,4 +1,4 @@ | ||
operationId: uptime_alert_create | ||
operationId: uptime_create_alert | ||
|
||
summary: Create a New Alert | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/create_check.yml
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,4 +1,4 @@ | ||
operationId: uptime_check_create | ||
operationId: uptime_create_check | ||
|
||
summary: Create a New Check | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/delete_alert.yml
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,4 +1,4 @@ | ||
operationId: uptime_alert_delete | ||
operationId: uptime_delete_alert | ||
|
||
summary: Delete an Alert | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/delete_check.yml
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,4 +1,4 @@ | ||
operationId: uptime_check_delete | ||
operationId: uptime_delete_check | ||
|
||
summary: Delete a Check | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/get_alert.yml
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,4 +1,4 @@ | ||
operationId: uptime_alert_get | ||
operationId: uptime_get_alert | ||
|
||
summary: Retrieve an Existing Alert | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/get_check.yml
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,4 +1,4 @@ | ||
operationId: uptime_check_get | ||
operationId: uptime_get_check | ||
|
||
summary: Retrieve an Existing Check | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/get_check_state.yml
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,4 +1,4 @@ | ||
operationId: uptime_check_state_get | ||
operationId: uptime_get_checkState | ||
|
||
summary: Retrieve Check State | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/list_alerts.yml
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,4 +1,4 @@ | ||
operationId: uptime_check_alerts_list | ||
operationId: uptime_list_alerts | ||
|
||
summary: List All Alerts | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/list_checks.yml
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,4 +1,4 @@ | ||
operationId: uptime_checks_list | ||
operationId: uptime_list_checks | ||
|
||
summary: List All Checks | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/update_alert.yml
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,4 +1,4 @@ | ||
operationId: uptime_alert_update | ||
operationId: uptime_update_alert | ||
|
||
summary: Update an Alert | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/update_check.yml
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,4 +1,4 @@ | ||
operationId: uptime_check_update | ||
operationId: uptime_update_check | ||
|
||
summary: Update a Check | ||
|
||
|
2,484 changes: 1,083 additions & 1,401 deletions
2,484
packages/openapi-typescript/examples/github-api-next.ts
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.