shanehofstetter / youtrack-rest-client

youtrack REST API client written in typescript
https://www.npmjs.com/package/youtrack-rest-client
MIT License
38 stars 21 forks source link

request dependency deprecated #17

Closed einkoro closed 1 year ago

einkoro commented 3 years ago

Do you have any plans to replace request with another package now that it has been deprecated? https://github.com/request/request/issues/3143

If not I'd be happy to replace it with fetch/bent or axios if there is no objections and open a pull request.

shanehofstetter commented 3 years ago

Hi @einkoro, thank you for opening this issue! I would gladly accept a PR with a replacement, personally I'm a fan of axios but I leave it up to you.