Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrations API #75

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Arkaikus
Copy link

@Arkaikus Arkaikus commented Feb 15, 2022

  • 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

sgiraldo added 3 commits February 15, 2022 12:09
fix: if api returns a list enclose it in dict with items key
feat: add list whatsapp template by name
feat: add fetch whatsapp template by name and language
@gregsadetsky
Copy link

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!

@jalerson
Copy link

jalerson commented Jun 1, 2022

Hello @Arkaikus

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

@Arkaikus
Copy link
Author

Arkaikus commented Jun 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants