- Change how queries were build
- Added Responses classes
- Introduced #before_hooks that execute some action before execute the HTTP request
- Added #method_missing in order to build the relationship queries
- Added #order
- Added #limit
- Added #offset
- Added #from and #select methods
- Added #eq method
- Introduced the #execute method
- Create the project
- Added HTTP requests