adobe.pdfservices.operation.internal.api package

Subpackages

Submodules

adobe.pdfservices.operation.internal.api.pdf_services_api module

class adobe.pdfservices.operation.internal.api.pdf_services_api.PDFServicesAPI

Bases: object

POLLING_TIMEOUT_STATUS_CODE = 0
assets = '/assets/'
static delete_asset(context: ExecutionContext, asset_id: str, x_request_id: str)
static get_response(context: ExecutionContext, location: str, x_request_id: str)
static handle_error_response(response: Response)
operation = '/operation/'
static status_poll(context: ExecutionContext, location: str, x_request_id: str)
static submit_job(context: ExecutionContext, platform_api_request: PDFServicesAPIRequest, operation_endpoint: str, x_request_id: str, operation_header_info: str)

adobe.pdfservices.operation.internal.api.storage_api module

class adobe.pdfservices.operation.internal.api.storage_api.StorageApi

Bases: object

assets = '/assets'
static get_download_uri(context: ExecutionContext, asset_id: str, x_request_id: str)
static get_upload_uri(context: ExecutionContext, media_type: str, x_request_id: str)
static handle_error_response(response: Response)
static upload_to_cloud(context: ExecutionContext, uri: str, input_stream, media_type)

Module contents