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

Search Results for

    Improve this Doc

    Class Response

    Inheritance
    object
    Response
    AddAdminResponse
    AddModToCommunityResponse
    ApproveRegistrationApplicationResponse
    BanFromCommunityResponse
    BannedPersonsResponse
    BanPersonResponse
    BlockCommunityResponse
    BlockPersonResponse
    CommentReportResponse
    CommentResponse
    CommunityResponse
    DeleteAccountResponse
    GetCaptchaResponse
    GetCommentsResponse
    GetCommunityResponse
    GetModlogResponse
    GetPersonDetailsResponse
    GetPersonMentionsResponse
    GetPostResponse
    GetPostsResponse
    GetRepliesResponse
    GetReportCountResponse
    GetSiteMetadataResponse
    GetSiteResponse
    GetUnreadCountResponse
    GetUnreadRegistrationApplicationCountResponse
    ListCommentReportsResponse
    ListCommunitiesResponse
    ListPostReportsResponse
    ListPrivateMessageReportsResponse
    ListRegistrationApplicationsResponse
    LoginResponse
    PasswordResetResponse
    PersonMentionResponse
    PostReportResponse
    PostResponse
    PrivateMessageReportResponse
    PrivateMessageResponse
    PrivateMessagesResponse
    PurgeItemResponse
    ResolveObjectResponse
    SearchResponse
    SiteResponse
    VerifyEmailResponse
    Implements
    IJsonObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: dotNETLemmy.API.Types.Responses
    Assembly: dotNETLemmy.API.dll
    Syntax
    public abstract class Response : IJsonObject

    Properties

    Name Description
    Error
    HasError
    IsSuccessStatusCode
    ReasonPhrase
    StatusCode

    Methods

    Name Description
    FromHttpResponseMessage<TResponse>(HttpResponseMessage)
    © SlyCedix. All rights reserved.