Documentation
¶
Index ¶
- type UserCollections
- func (p *UserCollections) Albums(ctx context.Context, id string, cursor string, include ...string) (*openapi.Response[[]openapi.Relationship], error)
- func (p *UserCollections) Artists(ctx context.Context, id string, cursor string, include ...string) (*openapi.Response[[]openapi.Relationship], error)
- func (p *UserCollections) Playlists(ctx context.Context, id string, cursor string, include ...string) (*openapi.Response[[]openapi.Relationship], error)
- func (p *UserCollections) Tracks(ctx context.Context, id string, cursor string, include ...string) (*openapi.Response[[]openapi.Relationship], error)
- func (p *UserCollections) UserCollection(ctx context.Context, id string, include ...string) (*openapi.UserCollection, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserCollections ¶
type UserCollections struct {
// contains filtered or unexported fields
}
func New ¶
func New(client *internal.Client) *UserCollections
func (*UserCollections) UserCollection ¶
func (p *UserCollections) UserCollection(ctx context.Context, id string, include ...string) (*openapi.UserCollection, error)
Click to show internal directories.
Click to hide internal directories.