v4.0.0
BREAKING Change
- Pull #14: Make response have private variables
- Fixed Issue #12: The public Response variables should be private
- The breaking change is that variables that were public are now private and accessable only via getters and setters
- BIG thanks to Diego Camargo for the pull request!