0.1.2 • Published 4 years ago

strapi-hook-allegro v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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