This example shows how to use Dhesend with FastAPI.
To get the most out of this guide, you’ll need to:
- Install dependencies:
pip install -r requirements.txt-
Set your Dhesend API key in place of
your-apikeyin views.py: -
Run djange server:
python manage.py runserver- Access the URL
http://127.0.0.1:8000and try it out.
MIT License