• Articles
  • API Documentation
  • Pixiv.Clients.V1
  • UserClient
Show / Hide Table of Contents
  • Pixiv
    • PixivClient
  • Pixiv.Clients
    • ApiClient
  • Pixiv.Clients.Auth
    • AuthenticationClient
  • Pixiv.Clients.IO
    • FileClient
  • Pixiv.Clients.V1
    • ApplicationInfoClient
    • IllustClient
    • IllustSeriesClient
    • MangaClient
    • MuteClient
    • NotificationClient
    • NovelClient
    • PPointClient
    • SearchClient
    • SpotlightClient
    • TrendingTagsClient
    • UserClient
    • WalkthroughClient
  • Pixiv.Clients.V1.Illust
    • BookmarkClient
  • Pixiv.Clients.V1.Novel
    • BookmarkClient
  • Pixiv.Clients.V1.Search
    • BookmarkRangesClient
  • Pixiv.Clients.V1.User
    • BookmarksClient
    • BookmarkTagsClient
    • BrowsingHistoryClient
    • FollowClient
    • MeClient
    • ProfileClient
    • WorkspaceClient
  • Pixiv.Clients.V2
    • IllustClient
    • SearchClient
    • UserClient
  • Pixiv.Clients.V2.Illust
    • BookmarkClient
  • Pixiv.Clients.V2.User
    • BrowsingHistoryClient
  • Pixiv.Clients.V2.User.BrowsingHistory
    • IllustClient
  • Pixiv.Enums
    • ContentType
    • IllustType
    • Publicity
    • RankingMode
    • Restrict
    • SearchTarget
    • Sort
  • Pixiv.Exceptions
    • ApiException
    • BadRequestException
    • PixivException
    • UnauthorizedException
  • Pixiv.Extensions
    • EnumExtensions
    • TaskExtension
  • Pixiv.Models
    • Address
    • ApiResponse
    • ApplicationInfo
    • BookmarkDetail
    • BookmarkDetailTag
    • BookmarkRange
    • BookmarkTag
    • BookmarkTagCollection
    • Comment
    • CommentCollection
    • Country
    • CoverImageUrls
    • Credential
    • GainsCollection
    • Illust
    • IllustCollection
    • IllustSeries
    • IllustSeriesCollection
    • IllustSeriesContext
    • IllustSeriesDetail
    • ImageUrls
    • Job
    • LossesCollection
    • MetaPage
    • MetaSinglePage
    • MinifiedUser
    • MuteList
    • Myself
    • NotificationSettings
    • NotificationType
    • Novel
    • NovelCollection
    • PointSummary
    • PrivacyPolicy
    • Profile
    • ProfileImageUrls
    • ProfilePresets
    • ProfilePublicity
    • Series
    • SeriesDetail
    • SpotlightArticle
    • SpotlightArticleCollection
    • Tag
    • TrendTag
    • User
    • UserCollection
    • UserDetail
    • UserPreview
    • UserPreviewCollection
    • UserState
    • Workspace

Class UserClient

Inheritance
System.Object
ApiClient
UserClient
Inherited Members
ApiClient.Client
ApiClient.GetAsync<T>(String, List<KeyValuePair<String, Object>>, String)
ApiClient.GetAsync(String, List<KeyValuePair<String, Object>>, String)
ApiClient.GetAsStreamAsync(Uri, String)
ApiClient.PostAsync<T>(String, List<KeyValuePair<String, Object>>, String)
ApiClient.PostAsync(String, List<KeyValuePair<String, Object>>, String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pixiv.Clients.V1
Assembly: Pixiv.Net.dll
Syntax
public class UserClient : ApiClient

Properties

| Improve this Doc View Source

Bookmarks

Declaration
public BookmarksClient Bookmarks { get; }
Property Value
Type Description
BookmarksClient
| Improve this Doc View Source

BookmarkTags

Declaration
public BookmarkTagsClient BookmarkTags { get; }
Property Value
Type Description
BookmarkTagsClient
| Improve this Doc View Source

BrowsingHistory

Declaration
public BrowsingHistoryClient BrowsingHistory { get; }
Property Value
Type Description
BrowsingHistoryClient
| Improve this Doc View Source

Follow

Declaration
public FollowClient Follow { get; }
Property Value
Type Description
FollowClient
| Improve this Doc View Source

Me

Declaration
public MeClient Me { get; }
Property Value
Type Description
MeClient
| Improve this Doc View Source

Profile

Declaration
public ProfileClient Profile { get; }
Property Value
Type Description
ProfileClient
| Improve this Doc View Source

Workspace

Declaration
public WorkspaceClient Workspace { get; }
Property Value
Type Description
WorkspaceClient

Methods

| Improve this Doc View Source

DetailAsync(Int64, String)

Declaration
public Task<UserDetail> DetailAsync(long userId, string filter = "for_ios")
Parameters
Type Name Description
System.Int64 userId
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<UserDetail>
| Improve this Doc View Source

FollowerAsync(Int64, Nullable<Int64>)

Declaration
public Task<UserPreviewCollection> FollowerAsync(long userId, long? offset = default(long? ))
Parameters
Type Name Description
System.Int64 userId
System.Nullable<System.Int64> offset
Returns
Type Description
System.Threading.Tasks.Task<UserPreviewCollection>
| Improve this Doc View Source

FollowingAsync(Int64, Restrict, Nullable<Int64>)

Declaration
public Task<UserPreviewCollection> FollowingAsync(long userId, Restrict restrict, long? offset = default(long? ))
Parameters
Type Name Description
System.Int64 userId
Restrict restrict
System.Nullable<System.Int64> offset
Returns
Type Description
System.Threading.Tasks.Task<UserPreviewCollection>
| Improve this Doc View Source

IllustsAsync(Int64, ContentType, Nullable<Int64>, String)

Declaration
public Task<IllustCollection> IllustsAsync(long userId, ContentType type, long? offset = default(long? ), string filter = "for_ios")
Parameters
Type Name Description
System.Int64 userId
ContentType type
System.Nullable<System.Int64> offset
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<IllustCollection>
| Improve this Doc View Source

IllustSeriesAsync(Int64, Nullable<Int64>, String)

Declaration
public Task<IllustSeriesCollection> IllustSeriesAsync(long userId, long? offset = default(long? ), string filter = "for_ios")
Parameters
Type Name Description
System.Int64 userId
System.Nullable<System.Int64> offset
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<IllustSeriesCollection>
| Improve this Doc View Source

MypixivAsync(Int64, Nullable<Int64>)

Declaration
public Task<UserPreviewCollection> MypixivAsync(long userId, long? offset = default(long? ))
Parameters
Type Name Description
System.Int64 userId
System.Nullable<System.Int64> offset
Returns
Type Description
System.Threading.Tasks.Task<UserPreviewCollection>
| Improve this Doc View Source

NovelDraftPreviewsAsync()

Declaration
public Task<ApiResponse> NovelDraftPreviewsAsync()
Returns
Type Description
System.Threading.Tasks.Task<ApiResponse>
| Improve this Doc View Source

NovelsAsync(Int64, Nullable<Int64>)

Declaration
public Task<NovelCollection> NovelsAsync(long userId, long? offset = default(long? ))
Parameters
Type Name Description
System.Int64 userId
System.Nullable<System.Int64> offset
Returns
Type Description
System.Threading.Tasks.Task<NovelCollection>
| Improve this Doc View Source

RecommendedAsync(Nullable<Int64>, String)

Declaration
public Task<UserPreviewCollection> RecommendedAsync(long? offset = default(long? ), string filter = "for_ios")
Parameters
Type Name Description
System.Nullable<System.Int64> offset
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<UserPreviewCollection>
| Improve this Doc View Source

RelatedAsync(Int64, String)

Declaration
public Task<UserPreviewCollection> RelatedAsync(long seedUserId, string filter = "for_ios")
Parameters
Type Name Description
System.Int64 seedUserId
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<UserPreviewCollection>
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Bookmarks
    • BookmarkTags
    • BrowsingHistory
    • Follow
    • Me
    • Profile
    • Workspace
  • Methods
    • DetailAsync(Int64, String)
    • FollowerAsync(Int64, Nullable<Int64>)
    • FollowingAsync(Int64, Restrict, Nullable<Int64>)
    • IllustsAsync(Int64, ContentType, Nullable<Int64>, String)
    • IllustSeriesAsync(Int64, Nullable<Int64>, String)
    • MypixivAsync(Int64, Nullable<Int64>)
    • NovelDraftPreviewsAsync()
    • NovelsAsync(Int64, Nullable<Int64>)
    • RecommendedAsync(Nullable<Int64>, String)
    • RelatedAsync(Int64, String)
Back to top Generated by DocFX