Releases: N7ghtm4r3/APIManager
Releases · N7ghtm4r3/APIManager
v. 2.2.4
In this version the changes are on the APIRequest API:
- Added the possibility to send a multipart request
- Fixed the connection timeout usage
- Integrated the
enableCertificatesValidation
property
What's Changed
- Updated the APIRequest and integrated the APIRequest.enableCertificat… by @N7ghtm4r3 in #2
Full Changelog: 2.2.3...2.2.4
v. 2.2.3
In this version:
- Now if a path does not exist when the APIRequest.downloadFile() is invoked will be created and then downloaded the file
- Added methods to delete a qrcode and to get the stream of the qrcode, take a look at QRCodeHelper
- Changed the TimeFormatter workflow
What's Changed
- v. 2.2.3 by @N7ghtm4r3 in #1
New Contributors
- @N7ghtm4r3 made their first contribution in #1
Full Changelog: 2.2.2...2.2.3
v. 2.2.2
In this version:
- Optimizeted the URL encode of the params for an HTTP request in the APIRequest api
- Added the new ResourcesUtils api