-
Notifications
You must be signed in to change notification settings - Fork 45
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
custom route for delete with data. Is it possible? #39
Comments
Can you provide a code sample please? @plandem |
What are you talking about? Only |
Sorry, not sure I'm following your question. I thought you were asking how to append data but now you're saying it's not valid? Please elaborate a little more if you could so I can understand. |
I asked how to use |
|
Interesting. This may be a solution for the moment but I think I may want to add better support in v2 which is currently underway.
|
Sorry, in my case it will not help, because server expects idList from body :( |
Do you mean library can't do it? Because by RFC standard anything except HEAD and GET can have a body. That's why I asked. Had not tried axios directly, maybe there is a problem from the axios side. |
@plandem I will have to look into this more at another time. Sorry! Just swamped at the moment! |
Hi
I tried, but it appends data into the URL. In my case it's not a valid way to call 'delete' api endpoint. How to achieve this - call custom route for delete with data?
The text was updated successfully, but these errors were encountered: