- Added new PriceService class
- Added new RestoreService class (#11)
- Added new JobService class (#10)
- Improved functionality and documentation of the TransferOut->answer() method. (#12)
- added possibility to gain direct access to response and request through callback methods
- added User info and list tasks
- added examples for some basic tasks ** more examples (hopefully for all tasks) will be added in future versions
- fixed some tasks that did not give correct access to the DomainrobotResult
- improved documentation and readme
- Fixed printing null or empty values (#8)
- Fixed warnings found by code analysis (PR #8)
- Improve code documentation (PR #6)
- Rename all DomainRobot string to Domainrobot
- Rename namespace from IXDomainRobot to Domainrobot
- Add automatic sdk version resolution
- Fix DomainStudio->search() missing body
- Fix imports
- Fix imports
- Add new services to DomainRobot class
- Added all important routes from the domainrobot open api documentation
- Updated README.md
- Fix return value of the DomainStudio->search() method
- Added DomainStudio calls
- Added possiblity to use asynchronous as well as synchronous tasks
- Improved documentation
- Initial release