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

Add TaskRouter support #27

Closed
davejlong opened this issue Jan 27, 2016 · 4 comments
Closed

Add TaskRouter support #27

davejlong opened this issue Jan 27, 2016 · 4 comments

Comments

@davejlong
Copy link

I'd like to see TaskRouter support added to to the library. I've started working on the integration on my fork at cagedata/ex_twilio

@davejlong
Copy link
Author

The first hangup is that the TaskRouter API is at a different domain from the rest of the Twilio API. The Base URL for task router is https://taskrouter.twilio.com.

@danielberkompas
Copy link
Owner

@davejlong I'd definitely be open to including this. I hadn't seen that API from Twilio before. Let me know if you need any help!

@davejlong
Copy link
Author

Looking at the API, I'm wondering if I should build a seperate package for TaskRouter given some of the differences between TaskRouter and other Twilio APIs. Also I feel like people using TaskRouter won't necessarily need to use other Twilio APIs and visa versa. What are your thoughts @danielberkompas?

@danielberkompas
Copy link
Owner

@davejlong When I first saw this issue, I thought that too. A separate package makes sense to me, since it isn't core to the main Twilio APIs.

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

No branches or pull requests

2 participants