Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

As a developer, I can read, create, update and delete a Favorites List using via a REST API #148

Open
day-jeff opened this issue Mar 12, 2019 · 0 comments

Comments

@day-jeff
Copy link
Contributor

day-jeff commented Mar 12, 2019

A favorites list is a simple key-value entity.

  • Key is a TBD entity reference. Options are a reference to a IMDB person, or it could be a new users collection.
  • Value is an ordered list of references to entities in the IMDB titles table.

Supported operations:

  • Get list
  • Create list
  • Delete list
  • Add item(s) to list
  • Remove item(s) from list

Let's discuss details of the API signature and behavior further.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant