-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from anvithks/feature/jerba-api-spec
Added the API spec for Jerba release of SODA.
- Loading branch information
Showing
5 changed files
with
46 additions
and
2 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
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,12 @@ | ||
--- | ||
title: Jerba Release API Specification | ||
menuTitle: Jerba (v1.4.0) | ||
description: "API Specification for the Jerba release (v1.4.0) of various SODA Projects" | ||
weight: 5 | ||
disableToc: false | ||
--- | ||
|
||
This section provides API specification for the Jerba Release of various SODA Projects. | ||
|
||
|
||
{{%children style="h3" description="true" %}} |
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,12 @@ | ||
--- | ||
title: SODA API Project API Spec | ||
menuTitle: API | ||
description: "Check out the API spec for the Jerba Release and try out the APIs without having to install the system." | ||
weight: 1 | ||
disableToc: false | ||
--- | ||
### Release v1.4.0 | ||
|
||
{{< swagger-spec id="api" url="https://raw.githubusercontent.com/sodafoundation/api/v1.1.0/openapi-spec/swagger.yaml" >}} | ||
|
||
|
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,10 @@ | ||
--- | ||
title: SODA Delfin Project API Spec | ||
menuTitle: Delfin | ||
description: "Check out the API spec for the Jerba Release and try out the APIs without having to install the system." | ||
weight: 3 | ||
disableToc: false | ||
--- | ||
### Release v1.3.0 | ||
|
||
{{< swagger-spec id="delfin" url="https://raw.githubusercontent.com/sodafoundation/delfin/v1.3.0/openapi-spec/swagger.yaml" >}} |
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,10 @@ | ||
--- | ||
title: SODA Multicloud Project API Spec | ||
menuTitle: Multicloud | ||
description: "Check out the API spec for the Jerba Release and try out the APIs without having to install the system." | ||
weight: 2 | ||
disableToc: false | ||
--- | ||
### Release v1.4.0 | ||
|
||
{{< swagger-spec id="multicloud" url="https://raw.githubusercontent.com/sodafoundation/multi-cloud/v1.4.0/openapi-spec/swagger.yaml" >}} |