4IRL / urls4irl

Sharing URL's with friends.
3 stars 0 forks source link

GET UTubs route #199

Closed GPropersi closed 1 month ago

GPropersi commented 1 month ago

Provides an endpoint /utubs with GET HTTP method to allow retrieving a summary of a user's UTubs.

Previously, this summary has been directly rendered into the HTML template as a JavaScript object. This endpoint instead allows for asynchronous retrieval of the summary of a user's UTubs.

The summary of a UTub includes its ID and name.

Closes #171