volkamerlab / opencadd

A Python library for structural cheminformatics
https://opencadd.readthedocs.io
MIT License
89 stars 18 forks source link

Fetch information for multiple kinases with _one_ API call #75

Closed dominiquesydow closed 3 years ago

dominiquesydow commented 3 years ago

Description

Fetch information for multiple kinases with one API call (faster, cleaner!).

Todos

Questions

Status

codecov-commenter commented 3 years ago

Codecov Report

Merging #75 (eeb8d4c) into master (8a03435) will decrease coverage by 0.02%. The diff coverage is 100.00%.

AJK-dev commented 3 years ago

Good stuff :-) For historical reasons we initially defined a few calls this way and therefore explicitly documented this deviation in the description. However, earlier this week the renewed API (with a lot of input from you!) has been made available at https://klifs.net/swagger_v2/ The calls that previously required a string are now defined as a list/array!

dominiquesydow commented 3 years ago

Thank you, @AJK-dev! Do you already know when the KLIFS Swagger v2 will become the default? I am only asking to know if I should allocate some time sooner than later to get the changes integrated in opencadd.

Note to myself:

AJK-dev commented 3 years ago

Thank you, @AJK-dev! Do you already know when the KLIFS Swagger v2 will become the default? I am only asking to know if I should allocate some time sooner than later to get the changes integrated in opencadd.

Note to myself:

@dominiquesydow: V2 of the API will stay in beta for a while longer, but the paths will not change anymore. Probably only minor changes and possibly new functions will be added, the original version of the API will remain available for backward compatibility.