Nikcio.UHeadless
Welcome to Nikcio.UHeadless, a powerful package that enables you to create a headless GraphQL interface for your Umbraco CMS. This package provides an easy to setup solution for exposing your data and offers a wide range of extensibility options to tailor the headless functionality to your specific needs.
Compatibility
The Nikcio.UHeadless package is compatible with the following Umbraco versions:
Umbraco version | Supported Versions |
---|---|
Umbraco 9 | v1.x.x & v2.x.x |
Umbraco 10 | v2.x.x & v3.x.x |
Umbraco 11 | v3.x.x & v4.x.x & v5.x.x |
Umbraco 12 | v4.x.x & v5.x.x |
For more information, please refer to the Versioning section.
Setup
Installation
To install the Nikcio.UHeadless package, run the following command:
dotnet add Nikcio.UHeadless
You can also find the package on NuGet.
Integration
To integrate the package into your project, follow these steps:
-
Open your
Startup.cs
file. -
Add the following using statement:
using Nikcio.UHeadless.Extensions;
-
In the
ConfigureServices
method, add…