pds.api_client.paths.bundles_identifier package

Submodules

pds.api_client.paths.bundles_identifier.get module

Generated by: https://openapi-generator.tech

class pds.api_client.paths.bundles_identifier.get.ApiForget(api_client: Optional[ApiClient] = None)[source]

Bases: BaseApi

get(query_params: RequestQueryParams = frozendict.frozendict(), path_params: RequestPathParams = frozendict.frozendict(), accept_content_types: Tuple[str] = _all_accept_content_types, stream: bool = False, timeout: Optional[Union[int, Tuple]] = None, skip_deserialization: Literal[False] = False) ApiResponseFor200[source]
get(skip_deserialization: Literal[True], query_params: RequestQueryParams = frozendict.frozendict(), path_params: RequestPathParams = frozendict.frozendict(), accept_content_types: Tuple[str] = _all_accept_content_types, stream: bool = False, timeout: Optional[Union[int, Tuple]] = None) ApiResponseWithoutDeserialization
get(query_params: RequestQueryParams = frozendict.frozendict(), path_params: RequestPathParams = frozendict.frozendict(), accept_content_types: Tuple[str] = _all_accept_content_types, stream: bool = False, timeout: Optional[Union[int, Tuple]] = None, skip_deserialization: bool = False) Union[ApiResponseFor200, ApiResponseWithoutDeserialization]
class pds.api_client.paths.bundles_identifier.get.ApiResponseFor200(response: urllib3.response.HTTPResponse, body: Union[pds.api_client.model.pds_product.PdsProduct, pds.api_client.model.wyriwyg_product.WyriwygProduct, pds.api_client.model.pds4_product.Pds4Product], headers: pds.api_client.schemas.Unset = <pds.api_client.schemas.Unset object at 0x10976f8e0>)[source]

Bases: ApiResponse

body: Union[PdsProduct, WyriwygProduct, Pds4Product]
headers: Unset = <pds.api_client.schemas.Unset object>
response: HTTPResponse
class pds.api_client.paths.bundles_identifier.get.ApiResponseFor400(response: urllib3.response.HTTPResponse, body: pds.api_client.model.error_message.ErrorMessage, headers: pds.api_client.schemas.Unset = <pds.api_client.schemas.Unset object at 0x10976f8e0>)[source]

Bases: ApiResponse

body: ErrorMessage
headers: Unset = <pds.api_client.schemas.Unset object>
response: HTTPResponse
class pds.api_client.paths.bundles_identifier.get.ApiResponseFor404(response: urllib3.response.HTTPResponse, body: pds.api_client.model.error_message.ErrorMessage, headers: pds.api_client.schemas.Unset = <pds.api_client.schemas.Unset object at 0x10976f8e0>)[source]

Bases: ApiResponse

body: ErrorMessage
headers: Unset = <pds.api_client.schemas.Unset object>
response: HTTPResponse
class pds.api_client.paths.bundles_identifier.get.ApiResponseFor500(response: urllib3.response.HTTPResponse, body: pds.api_client.model.error_message.ErrorMessage, headers: pds.api_client.schemas.Unset = <pds.api_client.schemas.Unset object at 0x10976f8e0>)[source]

Bases: ApiResponse

body: ErrorMessage
headers: Unset = <pds.api_client.schemas.Unset object>
response: HTTPResponse
class pds.api_client.paths.bundles_identifier.get.ApiResponseFor501(response: urllib3.response.HTTPResponse, body: pds.api_client.model.error_message.ErrorMessage, headers: pds.api_client.schemas.Unset = <pds.api_client.schemas.Unset object at 0x10976f8e0>)[source]

Bases: ApiResponse

body: ErrorMessage
headers: Unset = <pds.api_client.schemas.Unset object>
response: HTTPResponse
class pds.api_client.paths.bundles_identifier.get.BaseApi(api_client: Optional[ApiClient] = None)[source]

Bases: Api

class pds.api_client.paths.bundles_identifier.get.BundlesLidvid(api_client: Optional[ApiClient] = None)[source]

Bases: BaseApi

bundles_lidvid(query_params: RequestQueryParams = frozendict.frozendict(), path_params: RequestPathParams = frozendict.frozendict(), accept_content_types: Tuple[str] = _all_accept_content_types, stream: bool = False, timeout: Optional[Union[int, Tuple]] = None, skip_deserialization: Literal[False] = False) ApiResponseFor200[source]
bundles_lidvid(skip_deserialization: Literal[True], query_params: RequestQueryParams = frozendict.frozendict(), path_params: RequestPathParams = frozendict.frozendict(), accept_content_types: Tuple[str] = _all_accept_content_types, stream: bool = False, timeout: Optional[Union[int, Tuple]] = None) ApiResponseWithoutDeserialization
bundles_lidvid(query_params: RequestQueryParams = frozendict.frozendict(), path_params: RequestPathParams = frozendict.frozendict(), accept_content_types: Tuple[str] = _all_accept_content_types, stream: bool = False, timeout: Optional[Union[int, Tuple]] = None, skip_deserialization: bool = False) Union[ApiResponseFor200, ApiResponseWithoutDeserialization]
class pds.api_client.paths.bundles_identifier.get.FieldsSchema(_arg: Union[Tuple[Union[StrSchema, str]], List[Union[StrSchema, str]]], _configuration: Optional[Configuration] = None)[source]

Bases: ListSchema

class MetaOapg[source]

Bases: object

items

alias of StrSchema

class pds.api_client.paths.bundles_identifier.get.RequestOptionalPathParams(_typename, _fields=None, /, **kwargs)

Bases: dict

class pds.api_client.paths.bundles_identifier.get.RequestOptionalQueryParams(_typename, _fields=None, /, **kwargs)

Bases: dict

fields: Union[FieldsSchema, list, tuple]
class pds.api_client.paths.bundles_identifier.get.RequestPathParams(_typename, _fields=None, /, **kwargs)[source]

Bases: dict

identifier: Union[StrSchema, str]
class pds.api_client.paths.bundles_identifier.get.RequestQueryParams(_typename, _fields=None, /, **kwargs)[source]

Bases: dict

fields: Union[FieldsSchema, list, tuple]
class pds.api_client.paths.bundles_identifier.get.RequestRequiredPathParams(_typename, _fields=None, /, **kwargs)

Bases: dict

identifier: Union[StrSchema, str]
class pds.api_client.paths.bundles_identifier.get.RequestRequiredQueryParams(_typename, _fields=None, /, **kwargs)

Bases: dict

Module contents