CyberChef-server icon indicating copy to clipboard operation
CyberChef-server copied to clipboard

Add /operations endpoint to list available operations v2

Open Boolean263 opened this issue 4 years ago • 0 comments

Updated version of #17 that's based on the current master (as of submission). From there:

This is a straightforward change to add a /operations endpoint which can be used to get a list of the available operations on the CyberChef server. The returned object has an attribute for each operation name, with the argument description as its value.

This change also documents this new endpoint in README.md and swagger.yml, and also includes a test case.

Boolean263 avatar Jun 26 '20 17:06 Boolean263