chembl / chembl_webservices_2

Source code of the ChEMBL web services.
https://www.ebi.ac.uk/chembl/ws
Other
16 stars 3 forks source link

next page url is not correct #133

Closed juanfmx2 closed 7 years ago

juanfmx2 commented 7 years ago

the substructure endpoint is not generating the next page url in the way the same way other endpoints do:

https://www.ebi.ac.uk/chembl/api/data/substructure/CHEMBL59.json?size=2

It replies:

next: ".json?chembl_id=CHEMBL59&offset=20&limit=20&size=2",

It is missing the path /chembl/api/data/substructure

mnowotka commented 7 years ago

Fixed.