A project to access Rootshell's Public API built with poetry
Install poetry with the link
When poetry has been installed, inside the folder run poetry install which
will install the dependencies for the project.
This will also run a virtual environment
which is solely set up for this project. Run poetry shell to go into the environment
and use the project.
Copy the .env-example to .env and fill in the two variables.
The BEARER_TOKEN can be obtained from The Platform's connected accounts.
The API_ENDPOINT is the endpoint for your specific tenant, for example https://my-company.uk.vulnerability-platform.com
You can run commands using the rootshell_platform prefix. Running this on its own will give
you a list of options to run.
For example, running rootshell_platform projects get-paginated will give you a list of paginated projects for your tenant.
The rootshell/public-api-wrapper library is copyright © Rootshell Security LTD and licensed for use under the MIT License (MIT).
Please see LICENSE for more information.