python-rest-api icon indicating copy to clipboard operation
python-rest-api copied to clipboard

Integrations API

Open Arkaikus opened this issue 3 years ago • 3 comments

  • 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_client method
  • 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

Arkaikus avatar Feb 15 '22 20:02 Arkaikus

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!

gregsadetsky avatar May 15 '22 19:05 gregsadetsky

Hello @Arkaikus

Thanks for your PR! It seems there are some merge conflicts, could you have a look?

jalerson avatar Jun 01 '22 07:06 jalerson

Hi, it must be because the black formatting, I would update the pr pulling from this repo master branch later on

Arkaikus avatar Jun 01 '22 14:06 Arkaikus