SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

nitdmreader on development machine

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

0 Kudos
Message 1 of 2
(32 Views)

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? 

0 Kudos
Message 2 of 2
(20 Views)