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

Updated Twilio.Types.Client implementation of IEndpoint to function as expected #456

Merged
merged 2 commits into from May 21, 2019

Conversation

pwoosam
Copy link
Contributor

@pwoosam pwoosam commented Oct 31, 2018

Resolves issue #402

Passing a Client instance to CallResource.Create()'s to parameter will now work as expected.

The CallOptions and CallResource classes look like they need updating on the Twilio REST API side to accept implementations of IEndpoint in their From parameters as the code is generated by Yoyodine.

It would also be nice if client names with dashes and other special characters were allowed using the REST API like they are using TwiML.

@childish-sambino childish-sambino merged commit 8a5953d into twilio:master May 21, 2019
@childish-sambino
Copy link
Contributor

Actually, need to do case-insensitive comparison since CLIENT:jeff is legitimate. I'll link a separate PR.

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

2 participants