Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Change near_lat_long to be formatted string #231

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

Merged
merged 1 commit into from
Nov 2, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion twilio/rest/resources/phone_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ def search(self, **kwargs):
:param str region: When searching the US, show numbers in this state
:param str postal_code: Only show numbers in this area code
:param str rate_center: US only.
:param tuple near_lat_long: Find close numbers within Distance miles.
:param str near_lat_long: Find close numbers within Distance miles.
Should be string of format "{lat},{long}"
:param integer distance: Search radius for a Near- query in miles.
:param boolean beta: Whether to include numbers new to the Twilio
platform.
Expand Down