Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(framework): base64 encoded response were not being decoded (#137)
## Summary **_What's changed?_** - Added support for the `isBase64EncodedResponse` property - Added example to showcase change - Bumped version to 1.1.2 to prepare release **_Why do we need this?_** - We should support base64 encoded response **_How have you tested it?_** - Added a simple unit test ✅ - Example is returning a cat picture ✅ ## Checklist - [x] I have reviewed this myself - [x] There is a unit test covering every change in this PR - [x] I have updated the relevant documentation ## Details
- Loading branch information