Replies: 1 comment 1 reply
-
Does The params argument is just a standard web |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I want to be able to do something like this:
const data = await this.get('person', { per_page: 1, filter: { name: "John", label: "Doe" }, });
It should produce a call
/person?per_page=1&filter[name]=John&filter[label]=Doe
I was struggling to find how to do this and was wondering if someone could point me in the right direction. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions