Using sdk-py with quotes.rest

Python integration

Install
pip install sdk-py
Quick start
import sdk-py

# Set your API key
client = sdk_py.Client(api_key="YOUR_API_KEY")
Gets `Quote of the Day`. Optional `category` param determines the category of…
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/qod
Gets a details about a qshow.
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/qshow
Gets a `Quote` with a given `id`.
curl \
  -H "X-TheySaidSo-Api-Secret: $API_KEY" \
  https://quotes.rest/quote
SDK on GitHub 📄 API Docs
SDK
sdk-py
Python
API
quotes.rest
quotes.rest
At a glance
Language Python
Endpoints47
Base URLhttps://quotes.rest