Releases: blankstorm/api
Releases · blankstorm/api
0.5.4
- Fixed export of endpoints
0.5.2
- Added a check for usernames against a list of disallowed usernames
Backend:
0.5.1
Added route (/metadata
) and function (metadata
) to get API metadata
0.5.0
Moved from using an auth
property in request bodies to using the Authorization
header with Bearer <token>
.
0.4.4
- Removed body on get/head requests
0.4.3
- Added
uniqueAccountAttributes
- Added
UniqueAccountKeys
- Updated
getAccount
to allow access constraints
0.4.2
- Added validator for
Account.type
to checkValidAccountAttribute
0.4.1
Changed account.oplvl
to Account.type
0.4.0
- Added
config
- Added
config.throw_errors
- Moved
URL
into config