API Reference¶
Generic views¶
Use this ones to expose API endpoints that don’t depend of a workspace, such as users, vuln templates, or the workspaces API itself
Generic workspaced views¶
Use this type of views to make workspace-sensitive API endpoints. All views created by this class need the user to specify a valid workspace name in the URL.
This is the most common type of views in Faraday.