Documentation ¶
Overview ¶
Package pixiv contains the implementation of the pixiv module
Index ¶
Constants ¶
View Source
const ( // SearchAPIPublic is the key constant for the public search API (no limitations) SearchAPIPublic = "public" //SearchAPIMobile is the key constant for the mobile search API (limited to 5000 results) SearchAPIMobile = "mobile" // Ugoira is the returned API type for animations Ugoira = "ugoira" )
Variables ¶
This section is empty.
Functions ¶
func NewBareModule ¶
NewBareModule returns a bare module implementation for the CLI options
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package ajaxapi handles the AJAX functionality which is not usable from neither the public or the mobile API such as the fanboxes or possibly the like functionality
|
Package ajaxapi handles the AJAX functionality which is not usable from neither the public or the mobile API such as the fanboxes or possibly the like functionality |
Package mobileapi handles the default API functionality reverse engineered from the mobile application since the API is not documented or intended to be used outside of the mobile application
|
Package mobileapi handles the default API functionality reverse engineered from the mobile application since the API is not documented or intended to be used outside of the mobile application |
Package pixivapi offers shared functionality for the public API and the mobile API
|
Package pixivapi offers shared functionality for the public API and the mobile API |
internal
Package internal contains all the internal functions for the pixiv API token retrieval and refresh process
|
Package internal contains all the internal functions for the pixiv API token retrieval and refresh process |
Package publicapi handles the default API functionality reverse engineered from the public API
|
Package publicapi handles the default API functionality reverse engineered from the public API |
Click to show internal directories.
Click to hide internal directories.