https://github.com/anatoly-semenov/requests-crypto-drom
Node.js package with api requests
https://github.com/anatoly-semenov/requests-crypto-drom
api-requests npm
Last synced: about 1 month ago
JSON representation
Node.js package with api requests
- Host: GitHub
- URL: https://github.com/anatoly-semenov/requests-crypto-drom
- Owner: Anatoly-Semenov
- License: mit
- Created: 2022-10-11T13:10:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T11:29:54.000Z (over 3 years ago)
- Last Synced: 2025-01-13T21:42:03.299Z (over 1 year ago)
- Topics: api-requests, npm
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @requests-package

## Install
To install a package in your project, you need to add an entry to the `dependencies` object in your package.json file
> ```"@drom/types": "git+https://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:x-oauth-basic@github.com/Anatoly-Semenov/requests-crypto-drom.git"```
# Usage
All file types in the root package
```
import { CarsService } from "@drom/types"
const carsService = new CarsService(ctx)
```