Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • +1, Unfortunately, the client-api I provide is meant to abstract away the nitty gritty low level tasks of making HTTP REST requests, parsing JSON, etc, so if the user has any chance of controlling certain pieces of low level behavior (like timeouts), I have to expose that through my API. I'm just trying to avoid minor configuration options dominating all my function signatures. Commented Dec 6, 2013 at 21:06