2.4. Quote API

API endpoints related to a bash quotes.

2.4.1. Random quote

Get a random bash quote.

GET /api/quote/random

Example:

Get a random bash quote.

2.4.2. Single quote

Get a quote by ID.

GET /api/quote/{id}

Example:

Get the quote with the ID of 5.

2.4.3. All quotes

Get all available quotes.

GET /api/quote/all

Example:

Get all available quotes.