m2ms / fragalysis-frontend

The React, Redux frontend built by webpack
Other
1 stars 1 forks source link

Create API for get all compound set list #301

Open tibor-postek-m2ms opened 4 years ago

tibor-postek-m2ms commented 4 years ago

endpoint: /api/compound-sets/?target=2 only get method enable to filter by targetID

response: { "count": 1, "next": null, "previous": null, "results": [ { "id": 1, "name": "continihiaagQW", "submitted_sdf": null, "spec_version": 1.2, "method_url": "https://discuss.postera.ai/t/results-from-nwat-mmgbsa-workflow-on-covalent-warheads/1225", "target": 2, "submitter": 1 } ] }

detail /api/compound-sets/1/

tibor-postek-m2ms commented 4 years ago

https://github.com/xchem/fragalysis-backend/pull/149