This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
storage: v1.0.9
Added
- Added two new methods to the
SpheronClinet
:async getOrganizationUsage(organizationId: string): Promise<UsageWithLimits>
- used to get the usage of the current active subscription of the organization.
async getTokenScope(): Promise<TokenScope>
- used to get the scope of the token.
Updated
- Updated the storage
README.md
to include a note that the package will not work on browser environment.