We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I am not seeing how to define a namespace for a resource. on the server I have something like
namespace :namespace do json_api_resources :resource end
the route this exists is at /namespace/resources
/namespace/resources
how do I configure this in json_api_client resource object?