Replies: 1 comment
-
related #362 , or just maintain a good bidirectional json schema (or LinkedML) conversion. from there you can do the programming language mapping. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All Client functions return dicts now. It would be nice for the quality of the client if they would be proper classes that could be typechecked.
We could use Pydantic as well for extra validation options or schema creation.
Beta Was this translation helpful? Give feedback.
All reactions