aiidateam / aiida-restapi

AiiDA Web API for data queries and workflow management.
https://aiida-restapi.readthedocs.io
MIT License
10 stars 7 forks source link

Create a client library #59

Open sphuber opened 1 year ago

sphuber commented 1 year ago

Currently using the API requires a lot of boiler plate for the client. It would be great to at least have a streamlined library in Python.

chrisjsewell commented 1 year ago

I feel it would be more useful to write a typescript client

sphuber commented 1 year ago

ltalirz commented 1 year ago

Both can make sense - let's wait for the use case, it will likely dictate one or the other.

sphuber commented 1 year ago

I already have a concrete use-case for the Python one, that is why I opened the issue