Hi Eric,

Yes, it should be possible to send `get` variables to a Julia API. The API 
needs to accept them as named keyword arguments.
You can see some examples of such APIs 
at https://github.com/JuliaWeb/JuliaWebAPI.jl

Best,
Tanmay

On Thursday, March 24, 2016 at 12:04:41 AM UTC+5:30, Eric Eisaman wrote:
>
> Hello Viral,
>
> Would it be possible to send *get *variables along with the Julia API 
> url?  
> https://api.juliabox.org/<api-name>/?a=2&b=[4 4 3; 1 2 2; 4 1 1]
>
> Sincerely,
> Eric
>
> On Tuesday, 8 September 2015 08:22:55 UTC-4, Viral Shah wrote:
>>
>> Folks, 
>>
>> We are excited to bring to you a new feature on JuliaBox. This is alpha, 
>> and mainly being announced for you to try out and see if there is further 
>> interest. 
>>
>> In your settings page, you should see a new section on APIs. Basically, 
>> you can paste a small snippet of code in there and define an API endpoint. 
>> Every time anyone hits that API then, your code will run in its own docker 
>> container. The containers are created on demand (so the first use is slow), 
>> and then things will be smooth afterwards until there is a period of 
>> inactivity when the container shuts down. 
>>
>> I personally love it, and Tanmay has made this possible. The settings 
>> page also has a link to some examples you can try out. We need to do a lot 
>> more polishing to make this a regular feature, but figured we’ll put it out 
>> here for comments and to gauge interest. 
>>
>> -viral 
>>
>>
>>
>>

Reply via email to