Class NovelClient
Inheritance
System.Object
NovelClient
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 NovelClient : ApiClient
Properties
|
Improve this Doc
View Source
Bookmark
Declaration
public BookmarkClient Bookmark { get; }
Property Value
Methods
|
Improve this Doc
View Source
FollowAsync(Restrict, Nullable<Int64>)
Declaration
public Task<NovelCollection> FollowAsync(Restrict restrict, long? offset = default(long? ))
Parameters
Type |
Name |
Description |
Restrict |
restrict |
|
System.Nullable<System.Int64> |
offset |
|
Returns
|
Improve this Doc
View Source
MypixivAsync(Nullable<Int64>)
Declaration
public Task<NovelCollection> MypixivAsync(long? offset = default(long? ))
Parameters
Type |
Name |
Description |
System.Nullable<System.Int64> |
offset |
|
Returns
|
Improve this Doc
View Source
NewAsync(Nullable<Int64>)
Declaration
public Task<NovelCollection> NewAsync(long? maxNovelId = default(long? ))
Parameters
Type |
Name |
Description |
System.Nullable<System.Int64> |
maxNovelId |
|
Returns
|
Improve this Doc
View Source
RankingAsync(RankingMode, Nullable<DateTime>, Nullable<Int64>)
Declaration
public Task<NovelCollection> RankingAsync(RankingMode mode, DateTime? date = default(DateTime? ), long? offset = default(long? ))
Parameters
Type |
Name |
Description |
RankingMode |
mode |
|
System.Nullable<System.DateTime> |
date |
|
System.Nullable<System.Int64> |
offset |
|
Returns
|
Improve this Doc
View Source
RecommendedAsync(Boolean, Boolean, Nullable<Int64>, Nullable<Int64>)
Declaration
public Task<NovelCollection> RecommendedAsync(bool includeRankingNovels = true, bool includePrivacyPolicy = true, long? maxBookmarkIdForRecommend = default(long? ), long? offset = default(long? ))
Parameters
Type |
Name |
Description |
System.Boolean |
includeRankingNovels |
|
System.Boolean |
includePrivacyPolicy |
|
System.Nullable<System.Int64> |
maxBookmarkIdForRecommend |
|
System.Nullable<System.Int64> |
offset |
|
Returns