pipacs / o2

OAuth 2.0 for Qt
BSD 2-Clause "Simplified" License
317 stars 147 forks source link

Support for HTTP DELETE operation #144

Closed farindk closed 3 years ago

farindk commented 3 years ago

Added support for HTTP DELETE operations in the O2Requestor. Since delete is a C++ keyword, I have named the function deleteResource() just like the Qt function.

pipacs commented 3 years ago

customRequest() can do this, but maybe it's nicer to separate it out.

farindk commented 3 years ago

Yes, having a dedicated function for this is easier to use and has better readability. Thanks for the fast merge.