curl -X GET https://api.thirdeye.live/quote \
-H 'Content-Type: application/json'
curl -X GET https://api.thirdeye.live/authors \
-H 'Content-Type: application/json'
curl -X POST https://api.thirdeye.live/quote/search \
-H 'Content-Type: application/json' \
-d '{"terms":["meditation"],"phrases":["when one experiences truth"]}'
This interface accepts a comma-seperated list of words and phrases. Below you must escape any commas that occur within your search phrases.
curl -X GET https://api.thirdeye.live/quote/639cad89396266d6521b2a57 \
-H 'Content-Type: application/json'
curl -X GET https://api.thirdeye.live/quote/goenka \
-H 'Content-Type: application/json'
curl -X POST https://api.thirdeye.live/quote \
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
-d '{"attribution": "author name", "quote": "this is a new quote"}'
curl -X PUT https://api.thirdeye.live/quote/639cad89396266d6521b2a57 \
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
-d '{"attribution": "s.n. goenka", "quote": "this is a new quote"}'
curl -X DELETE https://api.thirdeye.live/quote/639cad89396266d6521b2a57 \
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
You need to find a way to live your life, that it doesn't make a mockery of your values.