deeporiginbio / deeporigin-client

Deep Origin CLI and Python client
https://deeporiginbio.github.io/deeporigin-client/
MIT License
9 stars 0 forks source link

feat: ability to create/delete objects #68

Closed sg-s closed 1 month ago

sg-s commented 1 month ago

changes

technical discussion

the auto-generated code is broken for add_database_column. so there's a patch to make a request directly. this also means that not all features are supported. once we fix the underlying auto-generated code, we'll remove the patch and support all options for columns

tests

tests for these methods already existed. these methods simply weren't documented well.