Best way to interact with REST API using JSON API standard?

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.

1 Like

Look at GitHub.jl.

1 Like