Update
: I'm implementing new version 0.15. Please wait for a while. Sorry for the inconvenience.
Hello, I merged following pull requests. Thank you for your contributions, razsh, richieforeman and ljanvier.
- allow no redirect_uri to support cross-client exchange request #14
- Add SignedJWT support and Reseller API sample to Perl Client Library. #15
- calendar event deletion #16
By #14, redirect_uri parameter is not required. It related to Cross-client authorizetion.
By #15, we can use Signed JWT. See also: Using OAuth 2.0 for Server to Server Applications.
#16 may be affected your application. Before this change, if an API returns 204 (No Content), execute method returned undef. After this change, execute method returns 1 in 204 response.
These updates will be uploaded CPAN soon.
If you have any questions or suggestions, please feel free let me know or create an issue on GitHub.
Thanks!