WorkOS (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

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

Builds a new API client. See WorkOS.Client.new/1 for options.

The SDK version.

Functions

client(opts \\ [])

@spec client(keyword()) :: WorkOS.Client.t()

Builds a new API client. See WorkOS.Client.new/1 for options.

version()

@spec version() :: String.t()

The SDK version.