Client SDK
Atlas CMS provides official Software Development Kits (SDKs) to simplify integration with your projects. The SDKs wrap the REST API and provide a native, type-safe interface for your preferred programming language.
Available SDKs
| SDK | Description |
|---|---|
| JavaScript | For Node.js and browser applications |
| .NET Core | For .NET and ASP.NET Core applications |
Features
- Type-safe: Full TypeScript/C# support with proper types
- Query Builder: Fluent API for filtering, sorting, and pagination
- Authentication: Built-in token handling
- Error handling: Structured error responses
Getting Started
- Obtain your API Token and Project ID from Settings
- Install the SDK for your platform
- Initialize the client and start fetching content
For detailed instructions, see the documentation for your preferred SDK: