Package ganymede.jupyter.notebook.api
Class DefaultApi
- java.lang.Object
-
- ganymede.jupyter.notebook.api.DefaultApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class DefaultApi extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultApi()
DefaultApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiGet200Response
apiGet()
Get the Jupyter Server version This endpoint returns only the Jupyter Server version.ApiResponse<ApiGet200Response>
apiGetWithHttpInfo()
Get the Jupyter Server version This endpoint returns only the Jupyter Server version.protected ApiException
getApiException(String operationId, HttpResponse<InputStream> response)
-
-
-
Constructor Detail
-
DefaultApi
public DefaultApi()
-
DefaultApi
public DefaultApi(ApiClient apiClient)
-
-
Method Detail
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException
- Throws:
IOException
-
apiGet
public ApiGet200Response apiGet() throws ApiException
Get the Jupyter Server version This endpoint returns only the Jupyter Server version. It does not require any authentication.- Returns:
- ApiGet200Response
- Throws:
ApiException
- if fails to make API call
-
apiGetWithHttpInfo
public ApiResponse<ApiGet200Response> apiGetWithHttpInfo() throws ApiException
Get the Jupyter Server version This endpoint returns only the Jupyter Server version. It does not require any authentication.- Returns:
- ApiResponse<ApiGet200Response>
- Throws:
ApiException
- if fails to make API call
-
-