Documentation ¶
Index ¶
Constants ¶
View Source
const ( AlbumContainerType = ContainerType("album") PlaylistContainerType = ContainerType("playlist") )
View Source
const IDSize = sha256.Size
Variables ¶
View Source
var (
ErrInvalidContainerType = errors.New("invalid container type")
)
Functions ¶
This section is empty.
Types ¶
type Authorization ¶
Authorization is a struct representing authorization details needed to sign in to use this API.
Currently both Username and Password are required.
type ContainerType ¶
type ContainerType string
ContainerType is the enum that describes the Nixplay container type that holds photos, either album or playlist.
Click to show internal directories.
Click to hide internal directories.