- fix series method
- add more test for better test coverage
- use ov gem for multimethod
- use hashie for normalize params key names
- fix zap2it url params after updated official documentation
- two way to pass attributes: hash attributes or simple multi attributes (in correct order)
- two way access to api (by client class and by each api class)
- removed unit tests
- use service_api gem for common parts
- use option hash attribute in every method instead of many String attributes
- added tests
- update Faraday
- unit tests refactor
- added functional tests
- removed mappers
- use multi_xml to parse XML response
- wrapped Faraday response by own class
- added methods which return url instead call to API
- hotfix
- replaced HTTParty by Faraday
- refactored Mapper classes
- used uri_template for better way to format uri and map variables
- refactored
- removed monkey patches for Ruby Core Date Types
- removed mapping response to objects
- little performance improvement
First release with HTTParty