Let’s say you have a separate server you want to tie into through a REST API.
What is the best way to construct data objects that fit to the JSON API standard?
This for example would allow communication between a Rails and Julia app.
Let’s say you have a separate server you want to tie into through a REST API.
What is the best way to construct data objects that fit to the JSON API standard?
This for example would allow communication between a Rails and Julia app.
Look at GitHub.jl.