Class IllustClient
Inheritance
System.Object
IllustClient
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 IllustClient : ApiClient
Properties
|
Improve this Doc
View Source
Bookmark
Declaration
public BookmarkClient Bookmark { get; }
Property Value
Methods
|
Improve this Doc
View Source
DetailAsync(Int64)
Declaration
public Task<Illust> DetailAsync(long illustId)
Parameters
Type |
Name |
Description |
System.Int64 |
illustId |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<Illust> |
|
|
Improve this Doc
View Source
NewAsync(ContentType, Nullable<Int64>, String)
Declaration
public Task<IllustCollection> NewAsync(ContentType contentType, long? maxIllustId = default(long? ), string filter = "for_ios")
Parameters
Type |
Name |
Description |
ContentType |
contentType |
|
System.Nullable<System.Int64> |
maxIllustId |
|
System.String |
filter |
|
Returns
|
Improve this Doc
View Source
RankingAsync(RankingMode, Nullable<DateTime>, Nullable<Int64>, String)
Declaration
public Task<IllustCollection> RankingAsync(RankingMode rankingMode, DateTime? date = default(DateTime? ), long? offset = default(long? ), string filter = "for_ios")
Parameters
Type |
Name |
Description |
RankingMode |
rankingMode |
|
System.Nullable<System.DateTime> |
date |
|
System.Nullable<System.Int64> |
offset |
|
System.String |
filter |
|
Returns
|
Improve this Doc
View Source
RecommendedAsync(Boolean, Boolean, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String)
Declaration
public Task<IllustCollection> RecommendedAsync(bool includeRankingIllusts = true, bool includePrivacyPolicy = true, long? maxBookmarkIdForRecentIllust = default(long? ), long? minBookmarkIdForRecommend = default(long? ), long? offset = default(long? ), string filter = "for_ios")
Parameters
Type |
Name |
Description |
System.Boolean |
includeRankingIllusts |
|
System.Boolean |
includePrivacyPolicy |
|
System.Nullable<System.Int64> |
maxBookmarkIdForRecentIllust |
|
System.Nullable<System.Int64> |
minBookmarkIdForRecommend |
|
System.Nullable<System.Int64> |
offset |
|
System.String |
filter |
|
Returns
|
Improve this Doc
View Source
Series(Int64, Nullable<Int64>, String)
Declaration
public Task<SeriesDetail> Series(long illustSeriesId, long? offset = default(long? ), string filter = "for_ios")
Parameters
Type |
Name |
Description |
System.Int64 |
illustSeriesId |
|
System.Nullable<System.Int64> |
offset |
|
System.String |
filter |
|
Returns