Consensys / mythx-developer-support

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

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

Closed rocky closed 6 years ago

rocky commented 6 years ago

Suggesting that somethig like /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:

requests can be issued independently by several clients using the same API key, clients can crash or lose their persistent store client have to be less light weight if they have to maintain a persistent store and handle merging results from parallel jobs This is related to issue #18 . In sum, making more use of mythril-api's persistent storage, adds value to mythril-api.

rocky commented 6 years ago

@birdofpreyru queries:

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

Yes. All of the analyses for a given API-KEY possibly filtered by a human-friendlytag of issue #4 .