Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement automatic generation of API client - scan-api #871

Closed
4 tasks done
emirgens opened this issue Nov 15, 2023 · 0 comments · Fixed by #875
Closed
4 tasks done

Implement automatic generation of API client - scan-api #871

emirgens opened this issue Nov 15, 2023 · 0 comments · Fixed by #875
Assignees
Labels
💡 feature request New feature or request

Comments

@emirgens
Copy link
Collaborator

emirgens commented Nov 15, 2023

The Vulnerability scanning API supports the OpenAPI standard which can be used to automatically generate the API implementation.

This removes the burden of manually checking the API for changes, simplifying maintenance and reducing manual code.

  • Setup necessary configurations for the API generator
  • Generate API
  • Replace old implementations with new generated ones
  • Cleanup and remove the old API implementation (where possible)

Vulnerability scanner api
#866

@Pespiri Pespiri added the 💡 feature request New feature or request label Nov 16, 2023
@Pespiri Pespiri self-assigned this Nov 16, 2023
@Pespiri Pespiri linked a pull request Nov 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants