pds.api_client.paths.classes package

Submodules

pds.api_client.paths.classes.get module

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

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

Bases: BaseApi

get(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], accept_content_types: Tuple[str] = _all_accept_content_types, stream: bool = False, timeout: Optional[Union[int, Tuple]] = None) ApiResponseWithoutDeserialization
get(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.classes.get.ApiResponseFor200(response: urllib3.response.HTTPResponse, body: pds.api_client.paths.classes.get.SchemaFor200ResponseBody, headers: pds.api_client.schemas.Unset = <pds.api_client.schemas.Unset object at 0x10976f8e0>)[source]

Bases: ApiResponse

body: SchemaFor200ResponseBody
headers: Unset = <pds.api_client.schemas.Unset object>
response: HTTPResponse
class pds.api_client.paths.classes.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.classes.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.classes.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.classes.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.classes.get.BaseApi(api_client: Optional[ApiClient] = None)[source]

Bases: Api

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

Bases: BaseApi

classes(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]
classes(skip_deserialization: Literal[True], accept_content_types: Tuple[str] = _all_accept_content_types, stream: bool = False, timeout: Optional[Union[int, Tuple]] = None) ApiResponseWithoutDeserialization
classes(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.classes.get.SchemaFor200ResponseBody(_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

Module contents