PDDStudio / get-csgo-inventory

A simple npm package to query a user's CSGO inventory

Home Page:https://csgo-dev.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace axios with default http client

PDDStudio opened this issue · comments

Replace the current axios http client implementation with the default one available in node.
This would allow the module to have zero dependencies, and would also reduce the bundled size for releases.