GET Endpoint: https://brettterpstra.com/md-lipsum/api/4/
Get all elements by using `/all` in the path. See below for specifying specific elements.
Specify number of paragraphs by including /XX in the path, e.g. /api/4/all/20
(default: 10).
Specify paragraph length by including verylong, long, medium, or
short in the path, e.g. /api/4/long (default: medium).
Example:
curl 'https://brettterpstra.com/md-lipsum/api/4/all/20/short'