Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@craftzing/akeneo-api

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@craftzing/akeneo-api

A Node Rest Client for the Akeneo PIM

  • 1.0.12
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
decreased by-17.47%
Maintainers
5
Weekly downloads
 
Created
Source

Node Akeneo API

Quality assurance Code style Test Coverage Maintainability Software License js-airbnb-style npm (scoped)

Akeneo API

This is an unofficial Node client for the Akeneo PIM REST API.

More info at Akeneo REST API reference

Note: not all endpoints are implements. Mostly only the GET are available. YMMV

🔥 Features

  • Easy typed access to your Akeneo environment via Typescript
  • Built in token handling
  • Helper function to get all products or product models easily

⚒️ Requirements

🧙 Installation

Using npm:

npm install @craftzing/akeneo-api

Using yarn:

yarn add @craftzing/akeneo-api

⚙️ Configuration

Authentication

Follow the instructions for your Akeneo version to get the required parameters:

Your first request

With es6 imports

import client from '@craftzing/akeneo-api';

const akeneo = client({
  url,
  username,
  password,
  clientId,
  secret,
  // Optionally you can also pass in axiosOptions which will be passed to the Axios instance
});

console.log(await akeneo.productModel.getAll({}));

📚 Docs

📝 Changelog

You can check the changelog on the releases page.

🤝 Support

If you have a problem with this library, please file an issue here on GitHub.

If you have other problems with Akeneo not related to this library, you can contact their Customer Support.

💙 Thanks to...

🔑 License

The MIT License (MIT). Please see License File for more information.

FAQs

Package last updated on 09 Jan 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc