Open
Conversation
Collaborator
|
Thanks! I think I would rather leave this as a string since that's the way
it gets sent to the API and returned from the API. Plus who knows if Twilio
decides to accept things that are not URL-looking later on. We would be ham
strung by the type choice.
On Tue, Aug 8, 2017 at 06:10 Alessio Cavaleri ***@***.***> wrote:
In the README the url for making a call is a string, whereas in the code
is an url.URL
------------------------------
You can view, comment on, or merge this pull request online at:
#16
Commit Summary
- updating type for url
File Changes
- *M* README.md
<https://github.com/saintpete/twilio-go/pull/16/files#diff-0> (3)
Patch Links:
- https://github.com/saintpete/twilio-go/pull/16.patch
- https://github.com/saintpete/twilio-go/pull/16.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOSI4gEzpSDhiVgncDQ0Bd-XnIf8p8kks5sWF5AgaJpZM4Owtb8>
.
--
…--
Kevin Burke
925.271.7005 | kev.inburke.com
|
Author
|
The problem is that if you copy/paste the example from the README the code won't compile, that's why I've fixed it 🤔 |
Collaborator
|
Oh... ok give me a few
On Tue, Aug 8, 2017 at 08:32 Alessio Cavaleri ***@***.***> wrote:
The problem is that if you copy/paste the example from the README the code
won't compile, that's why I've fixed it 🤔
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOSIz_PHDfPmCK76zbAaIjhcb9d9oP0ks5sWH98gaJpZM4Owtb8>
.
--
…--
Kevin Burke
925.271.7005 | kev.inburke.com
|
kevinburke
added a commit
to kevinburke/twilio-go
that referenced
this pull request
Aug 8, 2017
Thanks Alessio Cavaleri for reporting. Fixes saintpete#16.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the README the url for making a call is a string, whereas in the code is an
url.URL