FBDevCLagos / hiddenwisdom-api

7 stars 2 forks source link

Proverb search #14

Closed 0sc closed 8 years ago

0sc commented 8 years ago

Implement a search endpoint that will allow clients filter the kind of proverbs they need. The endpoint should allow searching proverbs with query params such as tag, lang. It can be added as an alternative to the index endpoint.

0sc commented 8 years ago

We should expand this to also accept params for limit, offset, direction, random. So a query with full params could be something like:

/api/v1/proverbs?tag=love,obedience&lang=english&limit=2&offset=5&direction=desc&random=true