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

Network call to pull down JSON for version information #3

Closed
btkelly opened this issue Jan 18, 2016 · 6 comments · Fixed by #18
Closed

Network call to pull down JSON for version information #3

btkelly opened this issue Jan 18, 2016 · 6 comments · Fixed by #18

Comments

@btkelly
Copy link
Owner

btkelly commented Jan 18, 2016

Just the network code that will pull down the JSON from the endpoint specified. This should include the ability for the consumer to configure the endpoint from which the JSON is pulled from.

@stkent
Copy link
Collaborator

stkent commented Jan 18, 2016

You want to use Retrofit for this, correct?

@btkelly btkelly added this to the 1.0 milestone Jan 18, 2016
@btkelly
Copy link
Owner Author

btkelly commented Jan 18, 2016

That is my thought, or at the very least OkHttp.

@stkent
Copy link
Collaborator

stkent commented Jan 18, 2016

👍

@btkelly
Copy link
Owner Author

btkelly commented Jan 18, 2016

We decided to also use GSON for JSON parsing

@jsibbold
Copy link
Collaborator

and I believe just sticking to OkHttp correct? We'll just get the URL provided in the builder

@btkelly btkelly self-assigned this Jan 19, 2016
@btkelly
Copy link
Owner Author

btkelly commented Jan 19, 2016

Starting on this now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants