You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

UmbracoDictionaryDelveryAPI

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

UmbracoDictionaryDelveryAPI

UmbracoDictionaryDeliveryAP is a package for Umbraco CMS that provides way to fetch dictionary items directly from the Content Delivery Api.

13.2.2.1
Source
nugetNuGet
Version published
Maintainers
1
Created
Source

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

Keywords

umbraco

FAQs

Package last updated on 16 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts