@biorate/axios
TypeScript icon, indicating that this package has built-in type declarations

1.96.2 • Public • Published

Axios

Axios OOP static interface

Examples:

import { Axios } from '@biorate/axios';

class Yandex extends Axios {
  public baseURL = 'https://yandex.ru';
}

(async () => {
  const response = await Yandex.fetch<string>();
  console.log(response.status); // 200
  console.log(response.data); // <!DOCTYPE html><html ...
})();

Learn

  • Documentation can be found here - docs.

Release History

See the CHANGELOG

License

MIT

Copyright (c) 2021-present Leonid Levkin (llevkin)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.96.27latest

Version History

VersionDownloads (Last 7 Days)Published
1.96.27
1.96.12
1.96.02
1.95.11
1.95.01
1.93.12
1.93.01
1.91.51
1.91.41
1.91.32
1.91.21
1.91.11
1.91.01
1.90.02
1.86.01
1.76.31
1.65.40
1.59.02
1.54.00
1.44.10
1.44.00
1.42.20
1.42.10
1.38.43
1.38.30
1.38.20
1.38.10
1.30.121
1.29.00
1.28.10
1.28.01
1.27.40
1.27.31
1.27.20
1.27.10
1.27.00
1.26.00
1.24.80
1.24.00
1.11.71
1.11.61
1.11.40
1.11.21
1.7.22
1.7.02
1.6.00
1.5.03
1.4.10
1.4.01
1.2.21
1.0.00
0.30.191
0.30.170
0.30.110
0.30.90
0.30.71
0.30.60
0.30.50
0.30.20
0.30.00
0.29.10
0.28.00
0.27.01
0.26.02
0.25.03
0.23.02
0.22.02
0.21.00
0.20.00
0.19.11

Package Sidebar

Install

npm i @biorate/axios

Weekly Downloads

6

Version

1.96.2

License

MIT

Unpacked Size

154 kB

Total Files

30

Last publish

Collaborators

  • llevkin