baserow_ex
v0.1.0

      View Source BaserowEx (baserow_ex v0.1.0)

      This module defines the external API for the BaserowEx. Each function actually delegates to a public function in their respective context

      Summary

      Functions

      client(username, password)

      See BaserowEx.BaserowClient.call/2.

      list_workspaces(baserow_client, opts \\ [])

      See BaserowEx.Workspaces.ListWorkspaces.call/2.

      token_auth(email, password, opts \\ [])

      See BaserowEx.User.TokenAuth.call/3.

      token_refresh(refresh_token, opts \\ [])

      See BaserowEx.User.TokenRefresh.call/2.

      token_verify(refresh_token, opts \\ [])

      See BaserowEx.User.TokenVerify.call/2.

      Functions

      Link to this function

      client(username, password)

      View Source

      See BaserowEx.BaserowClient.call/2.

      Link to this function

      list_workspaces(baserow_client, opts \\ [])

      View Source

      See BaserowEx.Workspaces.ListWorkspaces.call/2.

      Link to this function

      token_auth(email, password, opts \\ [])

      View Source

      See BaserowEx.User.TokenAuth.call/3.

      Link to this function

      token_refresh(refresh_token, opts \\ [])

      View Source

      See BaserowEx.User.TokenRefresh.call/2.

      Link to this function

      token_verify(refresh_token, opts \\ [])

      View Source

      See BaserowEx.User.TokenVerify.call/2.

      Hex Package Hex Preview Download ePub version

      Built using ExDoc (v0.32.1) for the Elixir programming language