An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# @requests-package

![image info](./logo.png)

## 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)
```