You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
For context, I ran into this on the Talk API where the search route allows you to specify different types to search under, but it expects it in the second form.
The text was updated successfully, but these errors were encountered:
This was a client for (an old version of) the JSON API spec: http://jsonapi.org/format/. In practice it's ending up being pretty Panoptes-specific. Talk should be following Panoptes. If it's not, this library might not be appropriate for it.
Not sure if this is an issue per-se with the library.
For array-style params, it currently encodes them like so:
I couldn't find an RFC that specified a best-practices there. That said, Rails expects arrays to be in the following format:
http://www.example.com/?someArray[]=foo&someArray[]=bar
For context, I ran into this on the Talk API where the search route allows you to specify different types to search under, but it expects it in the second form.
The text was updated successfully, but these errors were encountered: