We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before adding the info, services and proxy page that use the getInfo, getServices and getProxyRoutes API methods, the following needs to be done.
getInfo
getServices
getProxyRoutes
shutdownHub
startServer
stopServer
startAll
stopAll
jupyterHubApi
withHubApi
The text was updated successfully, but these errors were encountered:
im-adithya
Successfully merging a pull request may close this issue.
Before adding the info, services and proxy page that use the
getInfo
,getServices
andgetProxyRoutes
API methods, the following needs to be done.shutdownHub
,startServer
,stopServer
,startAll
andstopAll
need to be converted to Redux actions.jupyterHubApi
object (now inwithHubApi
) without the recompose.The text was updated successfully, but these errors were encountered: