We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @fdaciuk, i`m try to send a object to endpoint, but the network in browser show [object object].
my code:
let url = 'http://localhost:3000/api' let request = (param, data) = ajax({ method: "put", url: url + param, data: data, }); request(`/users/1`, { driverDocument: { status: 2 } }).then()
Network
The text was updated successfully, but these errors were encountered:
Hey @nicholasess! It's definitely a bug : The library is ready to accept an object with just one level.
I'll fix it =)
Sorry, something went wrong.
Nice man, i always use the library, but i changed to axios in project to finish my job. When you fixed it, tell me about.
Thanks
@nicholasess can you try it again with new version?
I'll close this issue because the problem was already solved. But if you want any other trouble, just let me know =)
No branches or pull requests
Hi @fdaciuk, i`m try to send a object to endpoint, but the network in browser show [object object].
my code:
Network
The text was updated successfully, but these errors were encountered: