-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add client for Notebook & Notebook Execution APIs. #87
base: master
Are you sure you want to change the base?
feat: Add client for Notebook & Notebook Execution APIs. #87
Conversation
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
Signed-off-by: Ganesh Nithin <[email protected]>
In the interest of SLS compatibility, would it make sense to implement this using the webapp service instead of the Notebook service? If you did it in a base class that this inherited from, that could also set the stage for WebVI/SPAs interactions. |
I think that this is just trying to add a good wrapper on the HTTP APIs for notebook execution. I think probably the compatibility layer with SLS would be on top of these APIs. |
What does this Pull Request accomplish?
This PR adds client methods for
Notebook Service
andNotebook Execution Service
endpoints with integration tests for these endpointsWhy should this Pull Request be merged?
This notebook client will improve user interactivity with those
Notebook Service
andNotebook Execution Service
endpoints.What testing has been done?
Automated integration tests are included.
API Link: Swagger-link