Closed yuvipanda closed 1 year ago
https://github.com/jupyterhub/binderhub/issues/1373 is related, and in some ways I guess it's me picking up the work I was doing there :)
AAAAND published! https://www.npmjs.com/package/@jupyterhub/binderhub-client
Many projects want / need to connect to the BinderHub API:
These all need to recreate a JS client interface to the BinderHub API.
This PR splits out the existing client API we have in the BinderHub JS codebase into its own package, and refers to that from the existing codebase. This has several advantages:
As added incentive, I've added doc strings for the methods in
BinderImage
. I will work on refactoring the JS code in there as well, but as a separate PR.