An unofficial clerk.dev SDK for rust
Note: This SDK is updated frequently to keep up with any changes to the actual Clerk API. However, if you This SDK is by no means affiliated with Clerk.dev.
A unofficial clerk.dev SDK. For more detailed documentation, please reference the clerk docs: https://clerk.com/docs/reference/backend-api
Example
More examples in a
/examplesdirectory coming soon...
Using a traditional http request to a valid clerk endpoint:
use tokio;
use ;
async
Using a clerk-rs method:
use tokio;
use ;
async
Roadmap
- Support other http clients along with the default reqwest client (like hyper)
- Tokio and async-std async runtimes for hyper clients