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

Changed API endpoint, Fixes #11 #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Changed API endpoint, Fixes #11 #12

wants to merge 2 commits into from

Conversation

cagbal
Copy link

@cagbal cagbal commented Jan 6, 2017

I could not modify com.microsoft.projectoxford.vision.VisionServiceRestClient file; therefore, created a new class(com.microsoft.mimickeralarm.utilities.VisionServiceRestClientNew) which is the same with this, but the API strings are up-to-date.

I know it's not the best way, but now, the color reasoning seems working.

@msftclas
Copy link

msftclas commented Jan 6, 2017

Hi @cagbal, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.microsoft.com.

TTYL, MSBOT;

@msftgits
Copy link
Contributor

msftgits commented Jan 9, 2017

Hi, I am closing and re-opening this PR to bump the CLA bot. Sorry for the inconvenience!

import java.util.HashMap;


public class VisionServiceRestClientNew implements VisionServiceClient {
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if there wouldn't be better and much clearer if prefix new would be at the beginning = I mean NewVisionServiceRestClient.

Copy link
Contributor

@piotrek1543 piotrek1543 left a comment

Choose a reason for hiding this comment

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

Well, that's my mistake. In previous MR I added the latest vision dependencies, but I didn't check like you did. Thanks for your pull request.

@cagbal
Copy link
Author

cagbal commented Aug 4, 2017

Hi @piotrek1543. My naming was a bit bad! I committed your suggestion. Thanks!

@microsoft microsoft deleted a comment from msftclas Sep 27, 2017
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.

None yet

4 participants