Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Remove deprecated request package #2238

Open
@strmer15

Description

Are you sure this is an issue with the Botkit core module?

In several of the botkit adapters, there are imports for the request package - it's been deprecated for a few years now.

What are you trying to achieve or the steps to reproduce?

The request library should be replaced with a package that is maintained. For Node.js 18+, there's a native fetch that can be used, but for other use cases the node-fetch library is great (or cross-fetch for isomorphic uses). Plus, switching to it makes it easier in the future to switch to the native Node / browser fetch API.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions