An open API service indexing awesome lists of open source software.

https://github.com/marcodaniels/cockpit-null-check

Cockpit CMS addon to update API response to include null.
https://github.com/marcodaniels/cockpit-null-check

cockpit cockpit-cms cockpit-cms-addon

Last synced: 6 months ago
JSON representation

Cockpit CMS addon to update API response to include null.

Awesome Lists containing this project

README

          

# Cockpit CMS Addon Null Check

This addon transforms the API response to include `null` value when a non-required field is empty.

## Install

```
cd path/to/cockpit/addons

git clone https://github.com/MarcoDaniels/cockpit-null-check.git
```

Download and unzip or clone this project to the addons folder,
and the API will return `null` for the fields with no content on them.