make use of skipTotal

This commit is contained in:
Gani Georgiev
2023-07-22 18:50:40 +03:00
parent f453cefc0b
commit d1336da339
36 changed files with 171 additions and 157 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
- **!** Changed the type of `subscriptions.Message.Data` from `string` to `[]byte` because `Data` usually is a json bytes slice anyway.
- Added `?download` file query parameter option to instruct the browser to always download a file and not show a preview.
- Added `?download=1` file query parameter option to instruct the browser to always download a file and not show a preview.
- Added support for wrapped API errors (_in case Go 1.20+ is used with multiple wrapped errors, `apis.ApiError` takes precedence_).