Blitline Developers

Results 6 comments of Blitline Developers

You are correct. We should add that to all our clients. We will try to prioritize that asap. On Tue, Aug 27, 2013 at 7:08 PM, Paul Walker [email protected]: >...

We have updated the gem with a "poll_job(job_id)" method that will use long polling to wait for the job to complete.

Unfortunately, that field is just pass-through data from the EXIF data on the photo. We read EXIF "DateTimeOriginal" and if that doesn't exist we fall back to EXIF "DateTime" EXIF...

Although not document on the website yet, there is way to accomplish this, which is by setting your "application_id" to "test_job". This should perform all the appropriate job posting validations,...

"The result is return directly rather than through the long poll." - This is true, it returns only the response from submitting a job, and doesn't properly handle the long...

I believe so. For example: > curl 'http://api.blitline.com/job' -d json='{ "application_id": "test_job", "src" : "http://www.google.com/logos/2011/yokoyama11-hp.jpg", "v" : 1.21, "longpoll" : true, "functions" : [ {"name": "blur", "params" : {"radius" :...