Class UserClient
Inheritance
System.Object
UserClient
Inherited Members
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()
Assembly: Pixiv.Net.dll
Syntax
public class UserClient : ApiClient
Properties
|
Improve this Doc
View Source
Bookmarks
Declaration
public BookmarksClient Bookmarks { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public BookmarkTagsClient BookmarkTags { get; }
Property Value
|
Improve this Doc
View Source
BrowsingHistory
Declaration
public BrowsingHistoryClient BrowsingHistory { get; }
Property Value
|
Improve this Doc
View Source
Follow
Declaration
public FollowClient Follow { get; }
Property Value
|
Improve this Doc
View Source
Me
Declaration
public MeClient Me { get; }
Property Value
|
Improve this Doc
View Source
Profile
Declaration
public ProfileClient Profile { get; }
Property Value
|
Improve this Doc
View Source
Workspace
Declaration
public WorkspaceClient Workspace { get; }
Property Value
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
|
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
|
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
|
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
|
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
|
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
|
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
|
Improve this Doc
View Source
Declaration
public Task<UserPreviewCollection> RelatedAsync(long seedUserId, string filter = "for_ios")
Parameters
Type |
Name |
Description |
System.Int64 |
seedUserId |
|
System.String |
filter |
|
Returns