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 ability to search SMS #165

Merged
merged 4 commits into from
Dec 2, 2017
Merged

Add ability to search SMS #165

merged 4 commits into from
Dec 2, 2017

Conversation

mheap
Copy link
Contributor

@mheap mheap commented Nov 30, 2017

Resolves #139

@mheap mheap force-pushed the search-sms branch 2 times, most recently from 9ecbba3 to 5f1d621 Compare November 30, 2017 15:32
@mheap mheap requested a review from AlexLakatos November 30, 2017 15:33
Copy link
Contributor

@AlexLakatos AlexLakatos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise, LGTM

src/Message.js Outdated

search(id, callback) {
this.options.httpClient.request(
this.getRequestConfig("GET", "/search/message", { id: id }),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is something on the beta branch that does GET with query Nexmo@dc02fb8#diff-1fdf421c05c1140f6d71444ea2b27638R609

There are two new HttpClient instances available:

* this.options.api (api.nexmo.com)
* this.options.rest (rest.nexmo.com)

If you specify `host` in `options` when running `new Nexmo()` you
can override the URL used
@AlexLakatos
Copy link
Contributor

LGTM 🛩

@AlexLakatos AlexLakatos merged commit 4d92d22 into master Dec 2, 2017
@AlexLakatos AlexLakatos deleted the search-sms branch September 26, 2019 07:10
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