Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web-api(feat): include an experimental option for the axios adapter
note: a few steps have to happen to use this and it should be with caution! these are experimental changes and not stable. For #2212. this adds clientOptions.experimentalAxiosAdapter to App which accepts combinations of ['xhr', 'http', 'fetch'] and uses that a the default. testing setup: - git clone https://github.com/slackapi/node-slack-sdk - cd node-slack-sdk - git checkout web-api-6.x-experimental-axios-adapter - cd packages/web-api - npm install - npm run build - cd ../../../ - git clone https://github.com/slackapi/bolt-js - cd bolt-js - git checkout web-api-6.x-experimental-axios-adapter - npm install ../node-slack-sdk/packages/web-api - npm run build - cd ../path/to/app - npm install ../path/to/bolt-js - node app.js
- Loading branch information