forked from finos/FDC3
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #11 from rikoe/app-directory-api
Add and link static OpenAPI web page generated with redoc
- Loading branch information
Showing
6 changed files
with
341 additions
and
7 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 |
---|---|---|
@@ -1,8 +1,16 @@ | ||
--- | ||
id: appd-spec | ||
sidebar_label: App Directory Specification | ||
title: App Directory Specification | ||
hide_title: true | ||
title: App Directory Specification (Draft) | ||
--- | ||
## API | ||
|
||
# App Directory Specification (Draft) | ||
View the [full specification](/FDC3/appd-spec) in [OpenAPI v3.0](https://www.openapis.org/) format (generated with [ReDoc](https://rebilly.github.io/ReDoc/)). | ||
|
||
## Endpoints | ||
|
||
Endpoint | Method | Description | ||
------------------ | ------ | ----------- | ||
`/v1/apps` | POST | Create a new application definition | ||
`/v1/apps/{appId}` | GET | Retrieve an application defintion | ||
`/v1/apps/search` | GET | Retrieve a list of applications |
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 @@ | ||
save-exact=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
Large diffs are not rendered by default.
Oops, something went wrong.
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