Re: [julia-users] Package HTTPClient 'get' method ostream issue

2015-01-04 Thread Amit Murthy
Does the service definition have a query parameter where you can specify the number of objects required? As long as the server end of the connection is open, and the server is pushing data, the client will continue to receive it, and currently there is no way to control the same. Controlling the

Re: [julia-users] Package HTTPClient 'get' method ostream issue

2015-01-04 Thread C. Bryan Daniels
No, the server API doesn't provide this feature. I've asked their developer's directly. I will post on request on gitbub repository for HTTPClient.jl Thanks for your feedback. On Sunday, January 4, 2015 2:50:25 AM UTC-6, Amit Murthy wrote: Does the service definition have a query parameter

Re: [julia-users] Package HTTPClient 'get' method ostream issue

2015-01-04 Thread Kevin Squire
Hi Bryan, just FYI: Amit is one of the primary developers. :-) Cheers, Kevin On Sunday, January 4, 2015, C. Bryan Daniels cdani...@nandor.net wrote: No, the server API doesn't provide this feature. I've asked their developer's directly. I will post on request on gitbub repository for

Re: [julia-users] Package HTTPClient 'get' method ostream issue

2015-01-04 Thread C. Bryan Daniels
Kevin - Thank for FYI. I am really impressed with Julia, so it's great to get feedback from one of it's founding members. Is the github repository for HTTPClient the correct place to post the feature request? Bryan On Sunday, January 4, 2015 4:23:30 PM UTC-6, Kevin Squire wrote: Hi Bryan,

Re: [julia-users] Package HTTPClient 'get' method ostream issue

2015-01-04 Thread Kevin Squire
Bryan, to be a little clearer: Amit has contributed a great deal to the HTTPClient.jl package (and might have been its original author--I'm not sure). He's not a founder of Julia itself, although he does have a number of significant contributions there as well. Either way, he was probably the

Re: [julia-users] Package HTTPClient 'get' method ostream issue

2015-01-04 Thread cdani...@nandor.net
Kevin, Thanks for clarification. Great language, whomever is responsible. In any case, I’m having fun with Julia. Others are changing the world, but I’ve been playing around with LittleBits (http://littlebits.cc), which is basically electrical circuits brought to Lego®. I’ve been ‘wrapping’

Re: [julia-users] Package HTTPClient 'get' method ostream issue

2015-01-04 Thread Kevin Squire
I agree, it is a great language, and I'm glad you're having fun! You're littlebits project looks interesting--keep us updated! Cheers, Kevin On Sunday, January 4, 2015, cdani...@nandor.net cdani...@nandor.net wrote: Kevin, Thanks for clarification. Great language, whomever is

[julia-users] Package HTTPClient 'get' method ostream issue

2015-01-03 Thread C. Bryan Daniels
I am using the 'HTTPClient' package. I am using the 'get' method, but am having trouble properly configuring the output stream. Specifically, the API to a particular service responds to a 'get' call with a stream of json objects. The code snippets below work as expected by returning a