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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    3
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i strapi-hook-allegro

Homepage

strapi.io

Weekly Downloads

5

Version

0.1.2

License

MIT

Unpacked Size

5.07 kB

Total Files

5

Last publish

Collaborators

  • daksamit