Documentation
¶
Index ¶
- func GetAccount(cfg config.Config, accessToken string) (types.Account, error)
- func GetAlbumInformation(cfg config.Config, albumID string) (types.Album, error)
- func GetPlaybookContent(cfg config.Config, playbookURL *url.URL) ([]types.Image, error)
- func GetPlaybookURL(cfg config.Config, albumID string) (*url.URL, error)
- func GetSeriesInformation(cfg config.Config, seriesID string) (types.Series, error)
- func PostUserData(cfg config.Config, email string) error
- func RefreshJWT(cfg config.Config) (string, error)
- func SearchAlbums(cfg config.Config, contentKeyword string) ([]types.Album, error)
- func SearchSeries(cfg config.Config, contentKeyword string) ([]types.Series, error)
- func SelectProfile(cfg config.Config, accessToken string, profileId string) (string, error)
- func TradeJWT(cfg config.Config, accessToken string) (string, string, error)
- func VerifyUser(cfg config.Config, email string, otp string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAlbumInformation ¶
func GetPlaybookContent ¶
func GetSeriesInformation ¶
func SearchAlbums ¶
func SearchSeries ¶
func SelectProfile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.