sing-group / pandrugs-frontend

An AngularJS frontend for the PanDrugs application
http://www.pandrugs.org
GNU General Public License v3.0
3 stars 1 forks source link

Issues with PanDrugs API #3

Open csittz opened 3 years ago

csittz commented 3 years ago

Hi i'm trying to access the gene-drug interaction using the GET API

https://www.pandrugs.org/pandrugs-backend/api/genedrug/

while i can query using the drug name, i do not get any response from the API when query by gene symbol, parameters = { "gene": "EGFR", "directTarget": 1, "biomarker": 1 }

response = requests.get(apiUrl, params=parameters)

this gives me the response code 200, and empty response {"geneDrugGroup": []}