v0.0.3
Features
List
functions now return slices of the return type instead of a paginated type, because they fetch all records from the server
Breaking Changes
- Remove
startIdx
andcount
arguments fromGroupManager.List
, and fetch all pages of data - Remove
startIdx
andcount
arguments fromUserManager.List
, and fetch all pages of data
Detailed changes: v0.0.2...v0.0.3