dart_proffix_rest 0.2.5 dart_proffix_rest: ^0.2.5 copied to clipboard
A Dart wrapper for Proffix Rest API with automatic login and logout and many useful helper functions
Release Note #
v0.2.5 #
- Add DownloadFile Function
v0.2.4 #
- Add uploadFile Function
v0.2.3 #
- Fix GetList as Uint8
v0.2.2 #
- Fix GetList as Uint8
v0.2.1 #
- Fix GetList
v0.2.0 #
- Clean deps
- Optimize ProffixException
v0.1.9 #
- Fix Exception
v0.1.8 #
- Upgrade to Dio
v0.1.7 #
- Fix Status Response
v0.1.6 #
- Optimize Status Response
v0.1.5 #
- Fix param null exception
v0.1.4 #
- Add Params to Post method
- Fix exceptions
v0.1.1 #
- Make helpers and options public
- Add check() method for checking login
v0.0.8 #
- Fix Exception for SocketExceptions (wrong url)
- Upgrade tests
v0.0.7 #
- Add Exceptions
- Upgrade tests
v0.0.6 #
- Add detailled docs
- Fix typos
- Fix tests
v0.0.5 #
- Fix PxSessionId
- Add getPxSessionId() and setPxSessionId()
- Fix getList()
v0.0.4 #
- Fix Tests, Add Helper Functions
v0.0.3 #
- Add Tests for Post, Put, Patch
v0.0.2 #
- Add Tests, Fix Deps
v0.0.1 #
- First Release