View Source API Reference baserow_ex v0.1.0
Modules
This module defines the external API for the BaserowEx. Each function actually delegates to a public function in their respective context
The Baserow API uses an authentication strategy based on an email and password to obtain your access_token, which means that when the access_token expires, it will be necessary to call the refresh_token endpoint, and when it becomes invalid, it will be necessary to call the initial endpoint passing username and password once again.
Authenticates an existing user based on their email and their password. If successful, an access token and a refresh token will be returned.
Generate a new access_token that can be used to continue operating on Baserow starting from a valid refresh token.
Verifies if the refresh token is valid and can be used to generate a new access_token. Unlike the original api, which returns other data, this module will only return a boolean saying whether the token is valid or not.
This module is responsible for listing all workspaces of an authorized user, and will map them into a list of maps containing id and name