# pinch-api

> Pinch API

Latest version **0.1.0** (published 2016-05-16) · 0 weekly downloads

## Install

```sh
npm install pinch-api
pnpm add pinch-api
yarn add pinch-api
bun add pinch-api
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2016-05-16 |
| First published | 2016-05-16 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| Author | Inch |
| Maintainers | uelb |

## Links

- npm: https://www.npmjs.com/package/pinch-api
- npm.io page: https://npm.io/package/pinch-api

## Dependencies (2)

- [string](https://npm.io/package/string.md) ^3.1.1
- [request](https://npm.io/package/request.md) ^2.55.0

## Recent versions

- 0.1.0 (latest) — 2016-05-16
- 1.0.0 — 2016-05-16

## README

PinchLib
=================
This file was automatically generated for Pinch by APIMATIC v2.0 ( https://apimatic.io ) on 05/16/2016


How To Install: 
=============
The generated code relies on node package manager (npm) being available to resolve dependencies.
Once published you will need copy the folder 'pinchlib' in to your 'node_modules' folder.

  
How To Use:
===========
The following shows how import the controllers and use:

1) Import the module:

        var pinchlib = require('pinchlib');
2) Configure any authentication parameters. For example:

        var config = pinchlib.configuration;
        config.apikey = a_secret_key;

3) Access various controllers by:

        var controller = pinchlib.XYZ;
        controller.getItems(id, callback);

---
_Source: https://npm.io/package/pinch-api · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
