UmbracoDictionaryDelveryAPI 13.2.2.1
dotnet add package UmbracoDictionaryDelveryAPI --version 13.2.2.1
NuGet\Install-Package UmbracoDictionaryDelveryAPI -Version 13.2.2.1
<PackageReference Include="UmbracoDictionaryDelveryAPI" Version="13.2.2.1" />
<PackageVersion Include="UmbracoDictionaryDelveryAPI" Version="13.2.2.1" />
<PackageReference Include="UmbracoDictionaryDelveryAPI" />
paket add UmbracoDictionaryDelveryAPI --version 13.2.2.1
#r "nuget: UmbracoDictionaryDelveryAPI, 13.2.2.1"
#:package UmbracoDictionaryDelveryAPI@13.2.2.1
#addin nuget:?package=UmbracoDictionaryDelveryAPI&version=13.2.2.1
#tool nuget:?package=UmbracoDictionaryDelveryAPI&version=13.2.2.1
Umbraco Dictionary Delivery API
This project provides an API for accessing dictionary items in an Umbraco CMS application. It allows clients to retrieve dictionary items by key, all items, or all items under a specific key, with support for localization based on the Accept-Language
header.
Features
- Retrieve Dictionary Item by Key: Fetch a specific dictionary item using its key.
- Retrieve All Dictionary Items: Get all dictionary items at the root level, including their descendants.
- Retrieve All Items Under a Specific Key: Fetch all dictionary items that are descendants of a specified key.
- Localization Support: Responses are localized based on the
Accept-Language
header.
Usage
The API provides the following endpoints:
GET /dictionary/{key}
: Retrieve a dictionary item by its key.GET /dictionary/Items/
: Retrieve all dictionary items.GET /dictionary/Items/{key}
: Retrieve all items under a specific key.
Responses are localized based on the Accept-Language
header. Ensure to pass the appropriate language code to receive localized content.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Kim Thomsen -
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Umbraco.Cms.Api.Delivery (>= 13.2.2)
- Umbraco.Cms.Core (>= 13.3.2)
- Umbraco.Cms.Web.Common (>= 13.2.2)
- Umbraco.Cms.Web.Website (>= 13.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.