**Added**
- better exception handling with new class `SilentApiHandler`: to not raise any exception during API request but instead return an `ApiResponse` with errors
- version constant
- `ApiReponse` has new `errors()` and `hasError()` methods
This commit is contained in:
kristuff 2021-01-17 19:09:15 +01:00
commit 3c5c7155c2
7 changed files with 210 additions and 9 deletions

View file

@ -14,7 +14,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @version 0.9.8
* @version 0.9.9
* @copyright 2020-2021 Kristuff
*/