This API serves to return quotes from the game Gex - Enter the Gecko!
Following is the format in which a quote is stored
{
"id":<Item ID>,
"level":<Level Name>,
"quote":<Main Quote>
}
- Lay down basic code for the API
- Make API respond to basic requests
- Provide filtered quotes