Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update documentation] ra-data-simple-rest dialect sends Valid JSON in URL params #4520

Closed
eightyfive opened this issue Mar 13, 2020 · 1 comment · Fixed by #4528
Closed

Comments

@eightyfive
Copy link

You should update the documentation of ra-data-simple-rest dialect to reflect that the library does indeed send valid JSON in URL params.

Example:

GET http://my.api.url/posts?sort=['title','ASC']&range=[0, 24]&filter={title:'bar'}

Needs to be:

GET http://my.api.url/posts?sort=["title","ASC"]&range=[0, 24]&filter={"title":"bar"}

Thanks a lot for the library.

@fzaninotto
Copy link
Member

Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants