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

Feature/narayans/storage #32

Closed
wants to merge 4 commits into from
Closed

Conversation

nsainaney
Copy link
Contributor

Added storage using v1 endpoints as well as got all unit tests working

@sureshven
Copy link

In 'MojioSDK/Client/RestClient.swift' theres some commented out code at 229

'/*switch self.requestEntity! {'

@sureshven
Copy link

sureshven commented May 27, 2016

In RestClient.swift (229) there's some commented out code - do we need keep that around?

'/*switch self.requestEntity! {' ...

@adamtswu
Copy link

Yes. I forgot to clean that up.

On Thu, May 26, 2016, 5:50 PM Suresh Venkatraman notifications@github.com
wrote:

In 'MojioSDK/Client/RestClient.swift' theres some commented out code at 229

'/*switch self.requestEntity! {'


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#32 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ANDFW4MYLt3COsuKIxz4mp8QSLFwbf-Pks5qFj_ggaJpZM4IoEc5
.

@sureshven
Copy link

Question: What are your thoughts on delaying URL construction until a run request is made or explicitly having a build() call so that we don't need to rewrite the request URL multiple times.

@adamtswu
Copy link

I'm fine with that. Frankly, I'd also prefer returning a Promise so we
don't have these silly Christmas tree like code.

N
On Thu, May 26, 2016 at 6:06 PM Suresh Venkatraman notifications@github.com
wrote:

Question: What are your thoughts on delaying URL construction until a run
request is made or explicitly having a build() call so that we don't need
to rewrite the request URL multiple times.


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#32 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ANDFW1vgKVdZZWNoYijC0g03lIiSmN5Jks5qFkOOgaJpZM4IoEc5
.

@sureshven
Copy link

That's one of the things that can be revisited but makes sense.

@nsainaney nsainaney closed this May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants