Documentation ¶
Index ¶
- type Sfacg
- func (s *Sfacg) AccountInMoneyApi() gjson.Result
- func (s *Sfacg) AdpworksApi(bookId any) gjson.Result
- func (s *Sfacg) BookListApi(bookId any) gjson.Result
- func (s *Sfacg) ChapterListByBookIDApi(bookId any) gjson.Result
- func (s *Sfacg) EssayLongNovelApi(page int) gjson.Result
- func (s *Sfacg) EssayNovellaApi(page int) gjson.Result
- func (s *Sfacg) EssayShortNovelApi(page int) gjson.Result
- func (s *Sfacg) GetAccountInApi() gjson.Result
- func (s *Sfacg) GetActConfigApi() gjson.Result
- func (s *Sfacg) GetBookInfoApi(bookId any) gjson.Result
- func (s *Sfacg) GetBookShelfApi() gjson.Result
- func (s *Sfacg) GetChapterInfoApi(chapterId any) string
- func (s *Sfacg) GetPositionApi() gjson.Result
- func (s *Sfacg) GetSpecialPushApi() gjson.Result
- func (s *Sfacg) GetStaticsResourceApi() gjson.Result
- func (s *Sfacg) GetUserWelfareStoreitemsLatestApi() gjson.Result
- func (s *Sfacg) GetWelfareCfgApi() gjson.Result
- func (s *Sfacg) LoginApi(username, password string) BuilderHttpClient.ResponseInterfaceBuilder
- func (s *Sfacg) NewChapterListByBookIDApi(bookId any) []gjson.Result
- func (s *Sfacg) NewCookie(cookie string)
- func (s *Sfacg) PostConversionsApi() BuilderHttpClient.ResponseInterfaceBuilder
- func (s *Sfacg) PostSpecialPushApi() BuilderHttpClient.ResponseInterfaceBuilder
- func (s *Sfacg) PreOrderApi() BuilderHttpClient.ResponseInterfaceBuilder
- func (s *Sfacg) SearchNovelsResultApi(keyword string, page int) gjson.Result
- func (s *Sfacg) SystemRecommendApi() gjson.Result
- func (s *Sfacg) UpdateBooksList(page int) gjson.Result
- func (s *Sfacg) VersionInformation() BuilderHttpClient.ResponseInterfaceBuilder
- type SfacgOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sfacg ¶
type Sfacg struct {
// contains filtered or unexported fields
}
func NewSfClient ¶
func NewSfClient(options ...SfacgOptions) *Sfacg
func (*Sfacg) AccountInMoneyApi ¶ added in v1.1.2
func (*Sfacg) ChapterListByBookIDApi ¶
func (*Sfacg) GetAccountInApi ¶
func (*Sfacg) GetActConfigApi ¶ added in v1.1.2
func (*Sfacg) GetBookShelfApi ¶
func (*Sfacg) GetChapterInfoApi ¶
func (*Sfacg) GetPositionApi ¶
func (*Sfacg) GetSpecialPushApi ¶
func (*Sfacg) GetStaticsResourceApi ¶
func (*Sfacg) GetUserWelfareStoreitemsLatestApi ¶
func (*Sfacg) GetWelfareCfgApi ¶
func (*Sfacg) LoginApi ¶
func (s *Sfacg) LoginApi(username, password string) BuilderHttpClient.ResponseInterfaceBuilder
func (*Sfacg) NewChapterListByBookIDApi ¶
func (*Sfacg) PostConversionsApi ¶
func (s *Sfacg) PostConversionsApi() BuilderHttpClient.ResponseInterfaceBuilder
func (*Sfacg) PostSpecialPushApi ¶
func (s *Sfacg) PostSpecialPushApi() BuilderHttpClient.ResponseInterfaceBuilder
func (*Sfacg) PreOrderApi ¶ added in v1.1.2
func (s *Sfacg) PreOrderApi() BuilderHttpClient.ResponseInterfaceBuilder
func (*Sfacg) SearchNovelsResultApi ¶
func (*Sfacg) SystemRecommendApi ¶ added in v1.1.2
func (*Sfacg) VersionInformation ¶ added in v1.1.2
func (s *Sfacg) VersionInformation() BuilderHttpClient.ResponseInterfaceBuilder
type SfacgOptions ¶
type SfacgOptions interface {
// contains filtered or unexported methods
}
func ApiBaseUrl ¶
func ApiBaseUrl(apiBaseUrl string) SfacgOptions
func ApiKey ¶
func ApiKey(apiKey string) SfacgOptions
func Cookie ¶
func Cookie(cookie string) SfacgOptions
func DeviceToken ¶
func DeviceToken(deviceToken string) SfacgOptions
Click to show internal directories.
Click to hide internal directories.