python-rest-api
python-rest-api copied to clipboard
Integrations API
- Format client.py with black
- Add conversation send path variable
- Implement method for /conversations/send endpoint
- Add integration type and api root variables
- Add httpclient return in
_get_http_clientmethod - Add whatsapp templates path variable
- Object mapping for WhatsApp templates and templates list
- Add support for Integrations API v2 and v3
- Implement method to list templates by name
- Implement method to fetch template by name and language
- Fix request method: when api returns a list enclose it in a dict with items key
Hey, this would be great to see merged as the /v1/send handler isn't implemented in the library right now.
Let me know if I can help resolve the conflicts
Thank you!
Hello @Arkaikus
Thanks for your PR! It seems there are some merge conflicts, could you have a look?
Hi, it must be because the black formatting, I would update the pr pulling from this repo master branch later on