gbox_sdk.resources package¶
Subpackages¶
- gbox_sdk.resources.v1 package
- Subpackages
- Submodules
- gbox_sdk.resources.v1.v1 module
- Module contents
AsyncBoxesResource
AsyncBoxesResource.actions
AsyncBoxesResource.android
AsyncBoxesResource.browser
AsyncBoxesResource.create_android()
AsyncBoxesResource.create_linux()
AsyncBoxesResource.display()
AsyncBoxesResource.execute_commands()
AsyncBoxesResource.fs
AsyncBoxesResource.list()
AsyncBoxesResource.live_view_url()
AsyncBoxesResource.retrieve()
AsyncBoxesResource.run_code()
AsyncBoxesResource.start()
AsyncBoxesResource.stop()
AsyncBoxesResource.terminate()
AsyncBoxesResource.web_terminal_url()
AsyncBoxesResource.with_raw_response
AsyncBoxesResource.with_streaming_response
AsyncBoxesResourceWithRawResponse
AsyncBoxesResourceWithStreamingResponse
AsyncV1Resource
AsyncV1ResourceWithRawResponse
AsyncV1ResourceWithStreamingResponse
BoxesResource
BoxesResource.actions
BoxesResource.android
BoxesResource.browser
BoxesResource.create_android()
BoxesResource.create_linux()
BoxesResource.display()
BoxesResource.execute_commands()
BoxesResource.fs
BoxesResource.list()
BoxesResource.live_view_url()
BoxesResource.retrieve()
BoxesResource.run_code()
BoxesResource.start()
BoxesResource.stop()
BoxesResource.terminate()
BoxesResource.web_terminal_url()
BoxesResource.with_raw_response
BoxesResource.with_streaming_response
BoxesResourceWithRawResponse
BoxesResourceWithStreamingResponse
V1Resource
V1ResourceWithRawResponse
V1ResourceWithStreamingResponse
Module contents¶
- class gbox_sdk.resources.AsyncV1Resource(client)¶
Bases:
AsyncAPIResource
- property boxes: AsyncBoxesResource¶
- property with_raw_response: AsyncV1ResourceWithRawResponse¶
This property can be used as a prefix for any HTTP method call to return the raw response object instead of the parsed content.
For more information, see https://www.github.com/babelcloud/gbox-sdk-py#accessing-raw-response-data-eg-headers
- property with_streaming_response: AsyncV1ResourceWithStreamingResponse¶
An alternative to .with_raw_response that doesn’t eagerly read the response body.
For more information, see https://www.github.com/babelcloud/gbox-sdk-py#with_streaming_response
- class gbox_sdk.resources.AsyncV1ResourceWithRawResponse(v1)¶
Bases:
object
- property boxes: AsyncBoxesResourceWithRawResponse¶
- class gbox_sdk.resources.AsyncV1ResourceWithStreamingResponse(v1)¶
Bases:
object
- property boxes: AsyncBoxesResourceWithStreamingResponse¶
- class gbox_sdk.resources.V1Resource(client)¶
Bases:
SyncAPIResource
- property boxes: BoxesResource¶
- property with_raw_response: V1ResourceWithRawResponse¶
This property can be used as a prefix for any HTTP method call to return the raw response object instead of the parsed content.
For more information, see https://www.github.com/babelcloud/gbox-sdk-py#accessing-raw-response-data-eg-headers
- property with_streaming_response: V1ResourceWithStreamingResponse¶
An alternative to .with_raw_response that doesn’t eagerly read the response body.
For more information, see https://www.github.com/babelcloud/gbox-sdk-py#with_streaming_response
- class gbox_sdk.resources.V1ResourceWithRawResponse(v1)¶
Bases:
object
- property boxes: BoxesResourceWithRawResponse¶
- class gbox_sdk.resources.V1ResourceWithStreamingResponse(v1)¶
Bases:
object
- property boxes: BoxesResourceWithStreamingResponse¶