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

WIP: API & WebUI Refactor #598 #603

Closed
wants to merge 11 commits into from
Closed

WIP: API & WebUI Refactor #598 #603

wants to merge 11 commits into from

Conversation

Ali-Razmjoo
Copy link
Collaborator

@Ali-Razmjoo Ali-Razmjoo commented Sep 25, 2022

All backend endpoints swagger docs are available in /apidocs after setting the api_key.

  • GET /apidocs
  • GET|POST /index - backend
  • GET|POST /index - backend tests
  • GET|POST /index - frontend
  • GET/{static_path} - backend
  • GET/{static_path} - backend tests
  • GET|POST /cookie/set - backend
  • GET|POST /cookie/set - backend tests
  • GET|POST /cookie/set - frontend
  • GET|POST /cookie/check - backend
  • GET|POST /cookie/check - backend tests
  • GET|POST /cookie/check - frontend
  • DELETE /cookie - backend
  • DELETE /cookie - backend tests
  • DELETE /cookie - frontend
  • POST /scan/new - backend
  • POST /scan/new - backend tests
  • POST /scan/new - frontend
  • GET /scan/{id} - get scan by id - backend
  • GET /scan/{id} - get scan by id - backend tests
  • PUT /scan/{id}/stop - backend
  • PUT /scan/{id}/stop - backend tests
  • PUT /scan/{id}/stop - frontend
  • DELETE /scan/{id} - backend
  • DELETE /scan/{id} - backend tests
  • DELETE /scan/{id} - frontend
  • GET /scan/{id}/report/{type} - backend
  • GET /scan/{id}/report/{type} - backend tests
  • GET /scan/{id}/report/{type} - frontend
  • GET /explore/scans - backend
  • GET /explore/scans - backend tests
  • GET /explore/scans - frontend
  • GET /explore/assets - backend
  • GET /explore/assets - backend tests
  • GET /explore/assets - frontend
  • GET /asset/{id} - backend
  • GET /asset/{id} - backend tests
  • GET /asset/{id} - frontend
  • DELETE /asset/{id} - backend
  • DELETE /asset/{id} - backend tests
  • DELETE /asset/{id} - frontend
  • GET /asset/{id}/report/{type} - backend
  • GET /asset/{id}/report/{type} - backend tests
  • GET /asset/{id}/report/{type} - frontend
  • GET /explore/events - backend
  • GET /explore/events - backend tests
  • GET /explore/events - frontend
  • GET /event/{id} - backend
  • GET /event/{id} - backend tests
  • GET /event/{id} - frontend
  • DELETE /event/{id} backend
  • DELETE /event/{id} - backend tests
  • DELETE /event/{id} - backend

restart/rescan?

  • POST /scan/{id}/rescan - backend
  • POST /scan/{id}/rescan - backend tests
  • POST /scan/{id}/rescan - frontend

@Ali-Razmjoo
Copy link
Collaborator Author

cc: @dhirensr

Copy link
Collaborator

@arkid15r arkid15r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Ali-Razmjoo

Thanks for your PR!
Please note that Nettacker code base has gone through a pretty big refactoring recently.

Would you like to continue working on this PR or I can close it to clean up the PR queue?

@arkid15r arkid15r marked this pull request as draft September 10, 2024 15:14
@arkid15r
Copy link
Collaborator

Closing this out as inactive, feel free to reopen when it's ready.

@arkid15r arkid15r closed this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants