TypeScript / JavaScript
@norbelys/sdk on npm — a tiny, fully typed, resource-oriented client.Python
norbelys on PyPI.Go
github.com/norbelys-com/sdk-go.Ruby
norbelys on RubyGems.All SDKs authenticate the same way as the API: an org-scoped API key
(
ak_…) or a Clerk OAuth token, sent as Authorization: Bearer ….TypeScript
The TypeScript SDK is a small, tree-shakeable client with a resource-oriented API (norbelys.people.list()) and full type inference on every parameter and response.
1
Install
2
Create a client
3
Call the API
Every method returns
{ data, error } — check error first, then data is fully typed.Examples
Source
github.com/norbelys-com/sdk-js
Python
Source
github.com/norbelys-com/sdk-python
Go
Source
github.com/norbelys-com/sdk-go
Ruby
Source
github.com/norbelys-com/sdk-ruby