-
Notifications
You must be signed in to change notification settings - Fork 39
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 basic Cloud Speech API endpoints #8
Conversation
alexebird
commented
Mar 25, 2017
- also fixed some compilation warnings.
Oh, just what I need. Having this merged, together with a new release would be nice @sashaafm :) |
Hello @PhillippOhlandt, I'm inclined to add this if the original contributor @alexebird squashes and adds a good commit message. |
@sashaafm That sounds like a deal! |
I just tested the base branch for this PR. I think it's good to set a very high HTTPoison timeout for the |
I just saw, the PR uses the |
I'll get this updated!
…On Mon, Jun 12, 2017 at 6:43 AM Phillipp Ohlandt ***@***.***> wrote:
I just saw, the PR uses the v1beta1 API version. There is an official,
slightly different v1 now.
https://cloud.google.com/speech/reference/rest/v1/speech/longrunningrecognize
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAHXZuuDPe0K7WytfnbEVZzfZYrT2P2zks5sDUCNgaJpZM4MpPpb>
.
|
@alexebird awesome! :) |
also: - get tests green - add larger-than-default HTTPoision timeouts
@sashaafm @PhillippOhlandt How do the changes look? |
@alexebird There is one thing in the example body you have to change. In the I saw you put a fixed timeout of 50 seconds in the request functions. This works. I hotpatched that in my local version to that value too. I also created #10 to ask if we can make this somehow configurable. |
Another thing we could consider is letting the user pass in a map as body instead of raw json. This makes the API for the user a bit cleaner. What do you think? |
Hey @PhillippOhlandt, sorry for the radio silence. I'm hoping to pick up work on my Elixir project again soon and I intend to include this PR in that. I'll look into passing the body as a map, but if it's a large change I don't want to give in to that scope creep. -bird |
@alexebird I could live without the body as map. But the example body should be fixed to not confuse new users. |
It would be nice if this PR could be merged or if the new changes from this repo could be added to @alexebird fork. I am currently using this fork and my project is broken on OTP20 because I can't pull in the newest version of |
Sorry, I haven’t been working on this project much lately but I will try to
get my fork updated shortly.
…On Wed, Nov 1, 2017 at 4:09 AM Phillipp Ohlandt ***@***.***> wrote:
It would be nice if this PR could be merged or if the new changes from
this repo could be added to @alexebird <https://github.com/alexebird>
fork. I am currently using this fork and my project is broken on OTP20
because I can't pull in the newest version of json_web_token(
garyf/json_web_token_ex#20
<garyf/json_web_token_ex#20>) due to Poison
version conflicts.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAHXZgLBQwwDYSElNPXO-91g658c5Aoyks5syFFQgaJpZM4MpPpb>
.
|
@alexebird just the |
@PhillippOhlandt Got the conflict resolved. @sashaafm However, I had to bump the Elixir version to |
Yes this is ok |
If it is ready for merging? |
@sashaafm Merge Away! |