Nikcio.UHeadless 0.1.2-alpha

This is a prerelease version of Nikcio.UHeadless.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nikcio.UHeadless --version 0.1.2-alpha                
NuGet\Install-Package Nikcio.UHeadless -Version 0.1.2-alpha                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nikcio.UHeadless" Version="0.1.2-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nikcio.UHeadless --version 0.1.2-alpha                
#r "nuget: Nikcio.UHeadless, 0.1.2-alpha"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nikcio.UHeadless as a Cake Addin
#addin nuget:?package=Nikcio.UHeadless&version=0.1.2-alpha&prerelease

// Install Nikcio.UHeadless as a Cake Tool
#tool nuget:?package=Nikcio.UHeadless&version=0.1.2-alpha&prerelease                

Nikcio.UHeadless

Codacy Badge

This repository creates an easy setup solution for making Umbraco headless. It comes with a wide range of extensibility options that can be tailored to your needs.

To get started, add the following to your Startup.cs.

Setup

public void ConfigureServices(IServiceCollection services)
        {
            services.AddUmbraco(_env, _config)
                /* Code obmitted for clarity */
                .AddUHeadless()
                /* Code obmitted for clarity */
        }

public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
    /* Code obmitted for clarity */

    app.UseUHeadlessGraphQLEndpoint();

    app.UseUmbraco()
    /* etc... */
}

Now your content will be avalible at /graphql

To get started try adding some content to the root and run the following query:

{
  atRoot {
    templateId
    createDate
    id
    key
    parent {
      createDate
      id
    }
    contentType {
      key
    }
    properties {
      alias,
      value
    }
  }
}

Documentation is coming... Hang in there

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nikcio.UHeadless:

Package Downloads
Nikcio.UHeadless.Defaults

Default models for the Nikcio.UHeadless package

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.1 84 12/30/2024
6.0.0 119 11/20/2024
6.0.0-preview001 100 8/29/2024
5.1.0 170 11/20/2024
5.0.0 433 6/26/2024
5.0.0-preview005 99 6/9/2024
5.0.0-preview004 132 5/6/2024
5.0.0-preview003 123 4/12/2024
4.2.2 166 8/29/2024
4.2.1 1,484 4/9/2024
4.2.0 124 4/6/2024
4.2.0-preview002 118 3/7/2024
4.1.1 5,493 8/2/2023
4.1.0 445 7/2/2023
4.0.0 2,915 6/12/2023
4.0.0-preview002 143 6/7/2023
4.0.0-preview001 120 6/6/2023
3.3.1 951 6/2/2023
3.3.0 4,330 1/18/2023
3.2.0 4,888 11/22/2022
3.1.0 396 11/16/2022
3.0.6 525 11/3/2022
3.0.5 514 10/18/2022
3.0.4 771 10/5/2022
3.0.3 441 10/5/2022
3.0.2 491 9/19/2022
3.0.1 488 9/3/2022
3.0.0 830 8/3/2022
3.0.0-preview003 177 8/3/2022
3.0.0-preview002 195 7/16/2022
3.0.0-preview001 171 7/16/2022
2.3.1 263 6/2/2023
2.3.0 673 7/6/2022
2.2.1 546 6/19/2022
2.2.0 813 6/6/2022
2.1.1 542 5/22/2022
2.1.0 581 5/10/2022
2.0.2 517 5/9/2022
2.0.1 521 5/4/2022
2.0.0 574 5/1/2022
2.0.0-preview.3 129 4/26/2022
2.0.0-preview.2 126 4/26/2022
2.0.0-preview.1 154 4/24/2022
2.0.0-preview.0 131 4/14/2022
1.3.0 691 3/5/2022
1.2.0 604 3/1/2022
1.1.0 567 2/26/2022
1.0.0 649 2/6/2022
0.1.7-beta 161 2/5/2022
0.1.6-beta 173 2/5/2022
0.1.5-beta 175 2/4/2022
0.1.4-beta 190 1/27/2022
0.1.3-beta 193 1/27/2022
0.1.2-alpha 185 1/25/2022