Lemmy .NET API Lemmy .NET API
Lemmy .NET API Lemmy .NET API

Search Results for

    Improve this Doc

    Method GetPersonDetails

    | Improve this Doc View Source

    GetPersonDetails(GetPersonDetailsForm, CancellationToken)

    Gets the details of a person.

    Declaration
    public Task<GetPersonDetailsResponse> GetPersonDetails(GetPersonDetailsForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    GetPersonDetailsForm form

    The form to send for retrieving the person details.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<GetPersonDetailsResponse>

    The task object representing the asynchronous operation. The task result contains the response with the retrieved person details.

    Implements
    ILemmyHttpClient.GetPersonDetails(GetPersonDetailsForm, CancellationToken)
    © SlyCedix. All rights reserved.