Some APIs used for testing purposes.
TODO:
Add more readme
GET https://apis.gdscasu.com/quote
An endpoint that returns quote and who said it, from a pre defined list.
Sample response:
{
"text": "Great ideas often receive violent opposition from mediocre minds.",
"author": "Albert Einstein"
}