kjac / UmbracoDeliveryApiExtensions

Sample code demonstrating various extension points in the Umbraco Delivery API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Umbraco Delivery API extension points

Here you'll find a demo of some interesting extension points in the Umbraco Delivery API.

Read all about it on my blog.

Running the demo

The demo consists of a single Umbraco CMS project. You’ll need .NET 8 to run it. Open a terminal window in src/Site and run:

dotnet run

Umbraco

The Umbraco database is bundled up as part of the GitHub repo. The administrator login for Umbraco is:

  • Username: admin@localhost
  • Password: SuperSecret123

About

Sample code demonstrating various extension points in the Umbraco Delivery API

License:MIT License


Languages

Language:HTML 69.6%Language:C# 30.4%