WorkOS SDK for Elixir.
Usage
client = WorkOS.client(api_key: "sk_...")All API functions take the client as their first argument and return
{:ok, result} or {:error, error} tuples.
Summary
Functions
@spec client(keyword()) :: WorkOS.Client.t()
Builds a new API client. See WorkOS.Client.new/1 for options.
@spec version() :: String.t()
The SDK version.