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 caller_name field to lookup #61

Merged
merged 1 commit into from
Nov 24, 2016

Conversation

he9lin
Copy link
Contributor

@he9lin he9lin commented Nov 11, 2016

I noticed the caller_name is missing for the lookup API, hence this PR :)

iex(1)> ExTwilio.Lookup.retrieve("+1234567890", Type: "caller-name")
{:ok,
 %ExTwilio.Lookup.PhoneNumber{add_ons: nil,
  caller_name: %{"caller_name" => "LIN HE", "caller_type" => "CONSUMER",
    "error_code" => nil}, carrier: nil, country_code: "US", ...

@danielberkompas
Copy link
Owner

Thanks! ⭐ ⭐ ⭐

@danielberkompas danielberkompas merged commit e330c96 into danielberkompas:master Nov 24, 2016
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.

2 participants