Skip to content

Improve error handling and fix delete

Compare
Choose a tag to compare
@drsdre drsdre released this 02 Jun 20:19
· 16 commits to master since this release

Error handling after call can handle more situations. Fixed deleteData call by making sure it's including oAuth1 data in header. Uses a fixed version of yii2-authclient to correctly build signature when URL's are used with GET parameters (like delete function with GET parameter force=true).