What problem does it solve?
Guides how to consume the NNews NuGet package for accessing the NNews CMS API in .NET 8 projects, enabling structured retrieval of articles, categories, tags, and images, along with AI-powered content generation capabilities.
Core Features & Use Cases
- Install and configure the NNews NuGet package and TenantResolver to enable multi-tenant CMS access.
- Use typed ACL clients (IArticleClient, ICategoryClient, ITagClient, IImageClient) to perform CRUD operations on articles, categories, tags, and image uploads.
- Leverage AI integration (IArticleAIClient) to create and update content using AI prompts and optional image generation.
- Use case: build a content portal that lists, filters, and manages CMS content with AI-assisted creation and multi-tenant support.
Quick Start
Install the NNews package, configure ApiUrl and TenantId in appsettings, and register the NNews HttpClients in DI.