cyphermed.api.my_project.get_my_project_settings

def sync_detailed( *, client: cyphermed.client.AuthenticatedClient) -> cyphermed.types.Response[cyphermed.models.project_info.ProjectInfo]:

Get My Project Settings

Get your current project settings

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[ProjectInfo]

def sync( *, client: cyphermed.client.AuthenticatedClient) -> Optional[cyphermed.models.project_info.ProjectInfo]:

Get My Project Settings

Get your current project settings

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: ProjectInfo

async def asyncio_detailed( *, client: cyphermed.client.AuthenticatedClient) -> cyphermed.types.Response[cyphermed.models.project_info.ProjectInfo]:

Get My Project Settings

Get your current project settings

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[ProjectInfo]

async def asyncio( *, client: cyphermed.client.AuthenticatedClient) -> Optional[cyphermed.models.project_info.ProjectInfo]:

Get My Project Settings

Get your current project settings

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: ProjectInfo