https://github.com/0k/types-request
Common definitions for request interfaces
https://github.com/0k/types-request
Last synced: over 1 year ago
JSON representation
Common definitions for request interfaces
- Host: GitHub
- URL: https://github.com/0k/types-request
- Owner: 0k
- License: bsd-2-clause
- Created: 2022-02-02T15:42:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T12:36:48.000Z (about 3 years ago)
- Last Synced: 2025-01-21T10:51:17.484Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
# -*- ispell-local-dictionary: "english" -*-
#+TITLE: Types definition and exceptions for requests
* Adding =@0k/types-request= to your project
From the root of your project:
#+begin_src sh
npm install --save @0k/types-request
#+end_src
Or better, as =types-request= is still in early release,
#+begin_src sh
npm install --save 0k/types-request#master
#+end_src
To be sure to get the latest version, relaunch this last command
whenever you want to update.