02-19-2026 04:31 AM
I'm working on an analysis routine that will utilize the
systemlink.clients.nitdmreader
package. Specifically
metadata_api = tdmreader.MetadataApi()
data_api = tdmreader.DataApi()
Now, the development experience in the online jupyterhub is less than desirable.
I'm hoping to build my functionality into my own package which will be deployed to SystemLink Server, so that several of our notebooks can utilize it.
Is there a way to have this package locally on my machine, as it appears to use the REST api anyways?
Thanks
02-19-2026 08:00 AM
I just realized that these are the generated openapi endpoints and I just need to generate the client classes.
Does anyone have a script to generate all the endpoint clients?