Consensys / mythx-developer-support

Support resources and bug reporting for Mythril Tool Developers
3 stars 1 forks source link

Add endpoint (e.g. GET /analysis) to give list of analysis-report UUID's on file. #8

Closed rocky closed 6 years ago

rocky commented 6 years ago

Suggesting that somethig like GET https://api.mythril.ai/analysis would list all of the UUIDs on file.

In general, I am pushing for using the API's persistent store more instead of relying on the client side to retain information.

Problems with the client-side keeping request information and status:

This is related to issue #18 . In sum, making more use of mythril-api's persistent storage, adds value to mythril-api.


@birdofpreyru commented on Wed Aug 15 2018

Do you mean the listing of analysis excuted by specified user?


@rocky commented on Mon Aug 20 2018

This has been moved to mythil-api-support Issue 6 .

birdofpreyru commented 6 years ago

Fixed in v1.0.25 (GET /analyses)