strapi-hook-allegro

0.1.2 • Public • Published

strapi-hook-allegro

This hook allows you to use Allegro Rest API with Strapi.

Installation

# using yarn 
yarn add strapi-hook-allegro
 
# using npm 
npm install strapi-hook-allegro --save

Hook config

To activate and configure the hook, you need to create or update the file ./config/hook.js in your strapi app.

module.exports = {
  settings: {
    // ...
    allegro: {
      enabled: true,
      sandbox: true,
      accounts: [""], // list of allegro accounts used by hook
      app_name: "",
      type: "", // device or web
      client_id: "",
      client_secret: "",
    },
  },
};

Resources

Links

Readme

Keywords

Package Sidebar

Install

npm i strapi-hook-allegro

Homepage

strapi.io

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

5.07 kB

Total Files

5

Last publish

Collaborators

  • daksamit