Documentation
¶
Index ¶
- func GetArtworkCommentsURL(id string) string
- func GetArtworkImagesURL(id string) string
- func GetArtworkInformationURL(id string) string
- func GetArtworkRelatedURL(id string, limit int) string
- func GetDiscoveryURL(mode string, limit int) string
- func GetFrequentTagsURL(ids string) string
- func GetNewestArtworksURL(worktype, r18, lastID string) string
- func GetNewestFromFollowingURL(mode, page string) string
- func GetRankingCalendarURL(mode string, year, month int) string
- func GetRankingURL(mode, content, date, page string) string
- func GetSearchArtworksURL(artworkType, name, order, age_settings, page string) string
- func GetTagDetailURL(id string) string
- func GetUserArtworksURL(id string) string
- func GetUserBookmarksURL(id, mode string, page int) string
- func GetUserFullArtworkURL(id, ids string) string
- func GetUserInformationURL(id string) string
- func UnwrapWebAPIRequest(URL, token string) (string, error)
- type HttpResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetArtworkCommentsURL ¶
func GetArtworkImagesURL ¶
func GetArtworkRelatedURL ¶
func GetDiscoveryURL ¶
func GetFrequentTagsURL ¶
func GetNewestArtworksURL ¶
func GetRankingCalendarURL ¶
func GetRankingURL ¶
func GetSearchArtworksURL ¶ added in v2.0.1
func GetTagDetailURL ¶ added in v2.0.1
func GetUserArtworksURL ¶
func GetUserBookmarksURL ¶
func GetUserFullArtworkURL ¶
func GetUserInformationURL ¶
func UnwrapWebAPIRequest ¶
Types ¶
type HttpResponse ¶
func WebAPIRequest ¶
func WebAPIRequest(URL string) HttpResponse
Click to show internal directories.
Click to hide internal directories.