8000 GitHub - nest-mods/youzan: Youzan API client wrapped with bull for nest.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.
/ youzan Public archive

Youzan API client wrapped with bull for nest.js

License

Notifications You must be signed in to change notification settings

nest-mods/youzan

Repository files navigation

youzan

npm version

Youzan API client wrapped with bull for nest.js

install via npm npm i @nest-mods/youzan @nest-mods/log ioredis lodash bull

2.x target at nestjs 6.x

    @Module({
      imports: [
        YouzanModule.forRootAsync({
          useFactory: () => {
            return {
              apiConfigs: {
                client_id: process.env.TEST_YOUZAN_CLIENT_ID,
                client_secret: process.env.TEST_YOUZAN_CLIENT_SECRET,
                kdt_id: process.env.TEST_YOUZAN_KDT_ID,
                grant_type: 'silent',
              },
              redis: {},
            };
          },
        }),
      ],
    })
    export class DemoApp {}

About

Youzan API client wrapped with bull for nest.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0