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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

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

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.

None yet

1 participant