package
0.0.0-20220705164139-91404a659ac5
Repository: https://github.com/ihcsim/bluelens.git
Documentation: pkg.go.dev
# Functions
CreateMusicPath computes a request path to the create action of music.
CreateUserPath computes a request path to the create action of user.
FollowUserPath computes a request path to the follow action of user.
ListenUserPath computes a request path to the listen action of user.
ListMusicPath computes a request path to the list action of music.
ListUserPath computes a request path to the list action of user.
New instantiates the client.
RecommendRecommendationsPath computes a request path to the recommend action of recommendations.
ShowMusicPath computes a request path to the show action of music.
ShowUserPath computes a request path to the show action of user.
# Structs
Media type of a music resource (default view)
Identifier: application/vnd.bluelens.music+json; view=default.
Media type of a music resource (full view)
Identifier: application/vnd.bluelens.music+json; view=full.
Media type of a music resource (link view)
Identifier: application/vnd.bluelens.music+json; view=link.
A list of recommendations for the specified user (default view)
Identifier: application/vnd.bluelens.recommendations+json; view=default.
A list of recommendations for the specified user (all view)
Identifier: application/vnd.bluelens.recommendations+json; view=all.
BluelensRecommendationsLinks contains links to related resources of BluelensRecommendations.
Media type of a user resource (default view)
Identifier: application/vnd.bluelens.user+json; view=default.
Media type of a user resource (full view)
Identifier: application/vnd.bluelens.user+json; view=full.
Media type of a user resource (link view)
Identifier: application/vnd.bluelens.user+json; view=link.
BluelensUserLinks contains links to related resources of BluelensUser.
Client is the bluelens service client.
FollowUserPayload is the user follow action payload.
ListenUserPayload is the user listen action payload.
A music resource.
A user resource.
# Type aliases
BluelensMusicCollection is the media type for an array of BluelensMusic (default view)
Identifier: application/vnd.bluelens.music+json; type=collection; view=default.
BluelensMusicCollection is the media type for an array of BluelensMusic (full view)
Identifier: application/vnd.bluelens.music+json; type=collection; view=full.
BluelensMusicCollection is the media type for an array of BluelensMusic (link view)
Identifier: application/vnd.bluelens.music+json; type=collection; view=link.
BluelensUserCollection is the media type for an array of BluelensUser (default view)
Identifier: application/vnd.bluelens.user+json; type=collection; view=default.
BluelensUserCollection is the media type for an array of BluelensUser (full view)
Identifier: application/vnd.bluelens.user+json; type=collection; view=full.
BluelensUserCollection is the media type for an array of BluelensUser (link view)
Identifier: application/vnd.bluelens.user+json; type=collection; view=link.
BluelensUserLinksArray contains links to related resources of BluelensUserCollection.