realzimon / backzimon-node

A dashboard application for civil servants to fairly distribute work. Node.js backend connecting to a MongoDB.
MIT License
1 stars 0 forks source link

Random Quote API #4

Closed literalplus closed 7 years ago

literalplus commented 7 years ago

The backend should provide an endpoint for retrieving a random quote.

GET /api/v1/quote/random
{
  "text": "my quote text but it can't use html"
}