module Attio

def client(api_key: nil)

Returns:
  • (Client) - The HTTP client
def client(api_key: nil)
  Client.new(api_key: api_key)
end