json_api_client icon indicating copy to clipboard operation
json_api_client copied to clipboard

Possible to use a resource with a namespaced resource on server?

Open lilasquared opened this issue 4 years ago • 0 comments

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

how do I configure this in json_api_client resource object?

lilasquared avatar Oct 05 '21 21:10 lilasquared