Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Make http query build params with object #4

Open
Thecarisma opened this issue Mar 27, 2023 · 0 comments
Open

Make http query build params with object #4

Thecarisma opened this issue Mar 27, 2023 · 0 comments

Comments

@Thecarisma
Copy link
Contributor

E.g.

const params = {
   test: {
       id: 2,
       name: "One"
   }
}

Should expand to

?test.id=2&test.name=One
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant