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
- Host: GitHub
- URL: https://github.com/gradientedge/akeneo-utils
- Owner: gradientedge
- License: mit
- Created: 2022-09-13T11:54:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T22:30:19.000Z (almost 3 years ago)
- Last Synced: 2025-05-24T08:23:12.699Z (about 1 year ago)
- Language: TypeScript
- Size: 1.34 MB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/semantic-release/semantic-release)
[](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
```