cyphermed.api.well_known.get_security_info

Get Security Info

Get vulnerability disclosure information, per RFC 9116

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: Response[str]

def sync( *, client: Union[cyphermed.client.AuthenticatedClient, cyphermed.client.Client]) -> Optional[str]:

Get Security Info

Get vulnerability disclosure information, per RFC 9116

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: str

async def asyncio_detailed( *, client: Union[cyphermed.client.AuthenticatedClient, cyphermed.client.Client]) -> cyphermed.types.Response[str]:

Get Security Info

Get vulnerability disclosure information, per RFC 9116

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: Response[str]

async def asyncio( *, client: Union[cyphermed.client.AuthenticatedClient, cyphermed.client.Client]) -> Optional[str]:

Get Security Info

Get vulnerability disclosure information, per RFC 9116

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: str