IronicUsername / trashtv1

1 stars 1 forks source link

Create endpoint `/history` #3

Open IronicUsername opened 2 years ago

IronicUsername commented 2 years ago

Depends on #2

Goal To serve the data for the history function, we need an endpoint to communicate data.

Context For this issue, we assume, the investigation in #2 lead to the conclusion GraphQL is the way to go. In order to build a stream we need a endpoint that gives us a certain amount of data after a specific gif played in the history. For this, we believe GraphQL's Cursor is a good way to go about it.

Tasks