gbox_sdk.resources package¶
Subpackages¶
- gbox_sdk.resources.v1 package
- Subpackages
- Submodules
- gbox_sdk.resources.v1.v1 module
- Module contents
AsyncBoxesResourceAsyncBoxesResource.actionsAsyncBoxesResource.androidAsyncBoxesResource.browserAsyncBoxesResource.create_android()AsyncBoxesResource.create_linux()AsyncBoxesResource.display()AsyncBoxesResource.execute_commands()AsyncBoxesResource.fsAsyncBoxesResource.list()AsyncBoxesResource.live_view_url()AsyncBoxesResource.mediaAsyncBoxesResource.proxyAsyncBoxesResource.resolution_set()AsyncBoxesResource.retrieve()AsyncBoxesResource.run_code()AsyncBoxesResource.start()AsyncBoxesResource.stop()AsyncBoxesResource.storageAsyncBoxesResource.terminate()AsyncBoxesResource.web_terminal_url()AsyncBoxesResource.websocket_url()AsyncBoxesResource.with_raw_responseAsyncBoxesResource.with_streaming_response
AsyncBoxesResourceWithRawResponseAsyncBoxesResourceWithStreamingResponseAsyncBoxesResourceWithStreamingResponse.actionsAsyncBoxesResourceWithStreamingResponse.androidAsyncBoxesResourceWithStreamingResponse.browserAsyncBoxesResourceWithStreamingResponse.fsAsyncBoxesResourceWithStreamingResponse.mediaAsyncBoxesResourceWithStreamingResponse.proxyAsyncBoxesResourceWithStreamingResponse.storage
AsyncDevicesResourceAsyncDevicesResourceWithRawResponseAsyncDevicesResourceWithStreamingResponseAsyncV1ResourceAsyncV1ResourceWithRawResponseAsyncV1ResourceWithStreamingResponseBoxesResourceBoxesResource.actionsBoxesResource.androidBoxesResource.browserBoxesResource.create_android()BoxesResource.create_linux()BoxesResource.display()BoxesResource.execute_commands()BoxesResource.fsBoxesResource.list()BoxesResource.live_view_url()BoxesResource.mediaBoxesResource.proxyBoxesResource.resolution_set()BoxesResource.retrieve()BoxesResource.run_code()BoxesResource.start()BoxesResource.stop()BoxesResource.storageBoxesResource.terminate()BoxesResource.web_terminal_url()BoxesResource.websocket_url()BoxesResource.with_raw_responseBoxesResource.with_streaming_response
BoxesResourceWithRawResponseBoxesResourceWithStreamingResponseDevicesResourceDevicesResourceWithRawResponseDevicesResourceWithStreamingResponseV1ResourceV1ResourceWithRawResponseV1ResourceWithStreamingResponse
Module contents¶
- class gbox_sdk.resources.AsyncV1Resource(client)¶
Bases:
AsyncAPIResource- property boxes: AsyncBoxesResource¶
- property devices: AsyncDevicesResource¶
- 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¶
- property devices: AsyncDevicesResourceWithRawResponse¶
- class gbox_sdk.resources.AsyncV1ResourceWithStreamingResponse(v1)¶
Bases:
object- property boxes: AsyncBoxesResourceWithStreamingResponse¶
- property devices: AsyncDevicesResourceWithStreamingResponse¶
- class gbox_sdk.resources.V1Resource(client)¶
Bases:
SyncAPIResource- property boxes: BoxesResource¶
- property devices: DevicesResource¶
- 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¶
- property devices: DevicesResourceWithRawResponse¶
- class gbox_sdk.resources.V1ResourceWithStreamingResponse(v1)¶
Bases:
object- property boxes: BoxesResourceWithStreamingResponse¶
- property devices: DevicesResourceWithStreamingResponse¶