Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
add more openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jun 14, 2023
1 parent 9974c70 commit 9ae4ed9
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 9 deletions.
Binary file added .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions marketplace/openapi-aiidalab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ info:
- email
- openid
- profile
callback: https://materials-marketplace.aiidalab.net/hub/oauth_callback
x-external-hostname: https://materials-marketplace.aiidalab.net
callback: https://aiidalab.materials-marketplace.eu/hub/oauth_callback
x-external-hostname: https://aiidalab.materials-marketplace.eu
x-image: https://raw.githubusercontent.com/aiidalab/aiidalab-widgets-base/master/miscellaneous/logos/aiidalab.png
x-products:
- name: AiiDAlab OSP
Expand All @@ -22,7 +22,7 @@ info:
- [email protected]
- [email protected]
servers:
- url: https://materials-marketplace.aiidalab.net/
- url: https://aiidalab.materials-marketplace.eu/

paths:
/:
Expand Down
6 changes: 3 additions & 3 deletions marketplace/openapi-qeapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ info:
- email
- openid
- profile
callback: https://materials-marketplace.aiidalab.net/hub/oauth_callback
x-external-hostname: https://materials-marketplace.aiidalab.net
callback: https://aiidalab.materials-marketplace.eu/hub/oauth_callback
x-external-hostname: https://aiidalab.materials-marketplace.eu
x-contacts:
- [email protected]
x-products:
- name: AiiDAlab QE app
productId:
servers:
- url: https://materials-marketplace.aiidalab.net
- url: https://aiidalab.materials-marketplace.eu

paths:

Expand Down
6 changes: 3 additions & 3 deletions marketplace/openapi-ssspapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ info:
- email
- openid
- profile
callback: https://materials-marketplace.aiidalab.net/hub/oauth_callback
x-external-hostname: https://materials-marketplace.aiidalab.net
callback: https://aiidalab.materials-marketplace.eu/hub/oauth_callback
x-external-hostname: https://aiidalab.materials-marketplace.eu
x-image: https://raw.githubusercontent.com/aiidalab/aiidalab-sssp/main/miscellaneous/logo-sssp.png
x-contacts:
- [email protected]
x-products:
- name: AiiDAlab SSSP app
productId:
servers:
- url: https://materials-marketplace.aiidalab.net
- url: https://aiidalab.materials-marketplace.eu

paths:

Expand Down
57 changes: 57 additions & 0 deletions marketplace/openapi-uc3app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
openapi: 3.0.0

info:
title: AiiDAlab UC3 App
description: OpenAPI Specification of the MarketPlace AiiDAlab deployment
version: 0.1.0
x-application-name: AiiDAlab UC3 App
x-oauth-client:
client-id:
scopes:
- email
- openid
- profile
callback: https://aiidalab.materials-marketplace.eu/hub/oauth_callback
x-external-hostname: https://aiidalab.materials-marketplace.eu
x-image: https://raw.githubusercontent.com/aiidalab/aiidalab-widgets-base/master/miscellaneous/logos/aiidalab.png
x-contacts:
- [email protected]
x-products:
- name: AiiDAlab UC3 app
productId:
servers:
- url: https://aiidalab.materials-marketplace.eu

paths:


hub/user-redirect/apps/apps/home/open_app.ipynb?app=mp-uc3&redirect=user-redirect/apps/apps/mp-uc3/install_uc3.ipynb:
get:
description: UC3 App
operationId: frontend
security:
- bearerAuth: []
responses:
'200':
description: Success
'404':
description: Page not found

/hub/health:
get:
description: To check if an application is alive
operationId: heartbeat
security: []
responses:
'200':
description: Success
'404':
description: Not found

components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT

0 comments on commit 9ae4ed9

Please sign in to comment.