Skip to content

Commit

Permalink
Added client generation for web-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
lorriborri authored Nov 29, 2024
1 parent 9cfa313 commit 7c319b3
Show file tree
Hide file tree
Showing 21 changed files with 1,601 additions and 143 deletions.
3 changes: 3 additions & 0 deletions sechub-web-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?

# Generated sources
generated-sources
8 changes: 8 additions & 0 deletions sechub-web-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ To build your project for production, use:
npm run build
```

### Building openAPI SecHub Client

To generate the SecHub openAPI Client use:

```bash
npm run codegen
```

7 changes: 7 additions & 0 deletions sechub-web-ui/openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.10.0"
}
}
Loading

0 comments on commit 7c319b3

Please sign in to comment.