@0k/types-request
to your project
Adding From the root of your project:
npm install --save @0k/types-request
Or better, as types-request
is still in early release,
npm install --save 0k/types-request#master
To be sure to get the latest version, relaunch this last command whenever you want to update.
Changelog
1.0.1 (2023-05-08)
Fix
- Update
README.org
with new organization name. [Valentin Lab]
0.0.4 (2023-03-02)
Fix
- Add
timeout
tocoreHttpOpts
[Valentin Lab]
0.0.3 (2022-05-02)
Changes
-
Make
data
fromcoreHttpOpts
accept string. [Valentin Lab]This is required as for instance, the jsc3l will have there own data format for requests.