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

https://github.com/gradientedge/akeneo-utils

Utility code for interacting with Akeneo
https://github.com/gradientedge/akeneo-utils

Last synced: 12 months ago
JSON representation

Utility code for interacting with Akeneo

Awesome Lists containing this project

README

          

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# Gradient Edge - Akeneo utils

An easy-to-use toolkit for working with the Akeneo API:
https://api.akeneo.com/api-reference-index.html

**Please note:** this API is being built out bit by bit. If you're looking to use a method
that doesn't appear to exist, please either raise an issue or feel free to make the change
yourself and raise a PR 👍

See full documentation here: [API documentation](https://gradientedge.github.io/akeneo-utils/).

## Installation

Simply install the `@gradientedge/akeneo-utils` package using your package manager, e.g.:

```shell
npm install --save @gradientedge/akeneo-utils
```