We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expose API to fetch and delete currently cached endpoints to allow history cleaning if necessary by administrators.
GET
/
DELETE
/<host:port>
The text was updated successfully, but these errors were encountered:
Issue #96: Add endpoint management (get, delete) support in the backe…
82a83a6
…nd API.
Issue #96: Add tests for endpoint management API.
a0bfbf9
Issue #96: Document endpoint management API.
5b6f3f2
Issue #96: Rework UI landing page with a combobox of cached endpoints…
3f70258
… and no nav bar.
mk23
No branches or pull requests
Expose API to fetch and delete currently cached endpoints to allow history cleaning if necessary by administrators.
GET
method on root (/
) URIDELETE
method on host (/<host:port>
) URIThe text was updated successfully, but these errors were encountered: