Skip to content

Repository files navigation

Playlists API

Introduction

Small API to manage apollo's playlists

Endpoints

EndpointRouteDescriptionQueryBody
Create/createCreate a playlistkeyJSON with "tracks", "user_id" and "name"
Update/updateUpdate playlist with new trackskeyJSON with "tracks", "user_id" and "name"
Delete/deleteDelete a playlistkeyJSON with "user_Id" and "name"
List/listList playlistskey, user_idNone
Get/getGet a playlistkey, user_id, nameNone
Share/share/:idGet a html rendered version of playlist or public playlistraw (optional)None

Environment variables

API_KEY=random_long_stringPORT=3030MONGODB_CONNECTION_URL=mongodb+srv://xx:xx@xx.xx.mongodb.net/<database_name>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages