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
How can I send PUT and DELETE requests with this package ?
The text was updated successfully, but these errors were encountered:
There is not method for put and delete. From what i can think of, is to use Dart's extension methods and following the way he has written the code to create thos methods yourself: getAsync method code: https://pub.dev/documentation/woocommerce_api/latest/woocommerce_api/WooCommerceAPI/getAsync.html link to youtube video for Dart's extension methods: https://www.youtube.com/watch?v=D3j0OSfT9Z
NOTE: I haven't tried it my self. I just came up with this idea while searching for the same thing
Sorry, something went wrong.
No branches or pull requests
How can I send PUT and DELETE requests with this package ?
The text was updated successfully, but these errors were encountered: