Quick Example
Details
| TypeScript | |
|---|---|
| Package | @ofauth/onlyfans-sdk |
| Repository | onlyfans-sdk-typescript |
| Init | createOFAuthClient() |
| Architecture | Nested client with namespaces |
| Types | Inline types, full IntelliSense |
| Pagination | Async iterators (for await) |
| Dependencies | None (uses fetch) |
Features
Full Type Safety
Generated from the OpenAPI spec — response types, request params, and error codes are all typed.
Async Iterators
for await over any paginated list automatically.Proxy Support
Call any OnlyFans endpoint directly through the OFAuth proxy.
Media Upload
Automatic chunking and progress callbacks.