Releases: blankstorm/api
Releases · blankstorm/api
0.1.4
- Changed
getAccount
request method from GET
to POST
- Changed
logout
return value from Account
to boolean
- Changed account endpoints
- Moved some code around
0.1.3
- Added overload to
getAccount
which takes an ID
- Changed parameter type of
stripAccountInfo
from FullAccount
to Account
0.1.2
Renamed accountInfo
to getAccount
0.1.1
- Added an optional
reason
parameter to deleteAccount
- Removed unnecessary export aliasing of
deleteAccount
0.1.0
-
Removed account namespace export
-
Renamed some account functions and types
-
Updated getAccountRole
implementation
-
Changed FullAccount
to be an interface
-
Changed FullAccountResult
to be an interface