Skip to content

Commit

Permalink
feat: add OpenAPI configuration files and new SDK artifact upload wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
Junjiequan committed Sep 16, 2024
1 parent b916e3a commit e986e21
Show file tree
Hide file tree
Showing 7 changed files with 332 additions and 247 deletions.
4 changes: 2 additions & 2 deletions .github/openapi/python-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatorName": "python",
"packageName": "Scicat-Python-SDK",
"projectName": "Scicat-Python-SDK"
"packageName": "scicat-sdk-py",
"projectName": "scicat-sdk-py"
}
5 changes: 5 additions & 0 deletions .github/openapi/python-pydantic-v1-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"generatorName": "python-pydantic-v1",
"packageName": "scicat-sdk-pydantic",
"projectName": "scicat-sdk-pydantic"
}
2 changes: 1 addition & 1 deletion .github/openapi/typescript-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generatorName": "typescript-angular",
"npmName": "@scicat-sdk/typescript-angular",
"npmName": "@scicatproject/scicat-sdk-ts",
"ngVersion": "16.2.12",
"withInterfaces": true
}
78 changes: 0 additions & 78 deletions .github/workflows/github-tag-and-release.yml

This file was deleted.

166 changes: 0 additions & 166 deletions .github/workflows/publish-sdk-packages.yml

This file was deleted.

Loading

0 comments on commit e986e21

Please sign in to comment.