ODCS Python SDK #29
RyanBacastow
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unsure if this is covered already but I've set about to the task of creating an sdk as I refine a contract system based on the ODCS and I think it might be worth also including as a ride along component to the code repo. Essentially if the contract is our API, we naturally should be able to author contracts more easily by creating an SDK around the API. Something like an ODCS frontend could then be built relatively simply calling the SDK methods/classes. The classes would be broken out into sections much like the contract itself (the sdk should be a mirror of the API in as many ways as possible).
A DataContract base sdk class might include the following methods:
Then as mentioned some other classes might be things such as Metadata, Dataset, Stakeholders, Roles, etc.
I can provide a base/sample python file implementing the class/sdk if that's of interest.
Beta Was this translation helpful? Give feedback.
All reactions