# gjv-dev-example-api-client

> JS API client generated by OpenAPI Generator

Latest version **1.0.3** (published 2019-05-25) · Unlicense license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install gjv-dev-example-api-client
pnpm add gjv-dev-example-api-client
yarn add gjv-dev-example-api-client
bun add gjv-dev-example-api-client
```

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2019-05-25 |
| First published | 2019-05-20 |
| Weekly downloads | 0 |
| License | Unlicense |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 130.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | gregjoeval |

## Links

- npm: https://www.npmjs.com/package/gjv-dev-example-api-client
- npm.io page: https://npm.io/package/gjv-dev-example-api-client

## Dependencies (2)

- [babel-cli](https://npm.io/package/babel-cli.md) ^6.26.0
- [superagent](https://npm.io/package/superagent.md) 3.7.0

## Recent versions

- 1.0.3 (latest) — 2019-05-25
- 1.0.2 — 2019-05-25
- 1.0.1 — 2019-05-25
- 1.0.0 — 2019-05-20

## README

# gjv-dev-example-api-client

GjvDevExampleApiClient - JavaScript client for gjv-dev-example-api-client
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 1.0.3
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

## Installation

### For [Node.js](https://nodejs.org/)

#### npm

To publish the library as a [npm](https://www.npmjs.com/), please follow the procedure in ["Publishing npm packages"](https://docs.npmjs.com/getting-started/publishing-npm-packages).

Then install it via:

```shell
npm install gjv-dev-example-api-client --save
```

#### git

If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID
then install it via:

```shell
    npm install GIT_USER_ID/GIT_REPO_ID --save
```

### For browser

The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following
the above steps with Node.js and installing browserify with `npm install -g browserify`,
perform the following (assuming *main.js* is your entry file):

```shell
browserify main.js > bundle.js
```

Then include *bundle.js* in the HTML pages.

### Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error:
Cannot resolve module", most certainly you should disable AMD loader. Add/merge
the following section to your webpack config:

```javascript
module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}
```

## Getting Started

Please follow the [installation](#installation) instruction and execute the following JS code:

```javascript
var GjvDevExampleApiClient = require('gjv-dev-example-api-client');


var api = new GjvDevExampleApiClient.FullstrideGameControllerApi()
var opts = {
  'where': null // {Object} 
};
api.fullstrideGameControllerCount(opts).then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});


```

## Documentation for API Endpoints

All URIs are relative to *https://gjv-dev-fullstride-api.herokuapp.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*GjvDevExampleApiClient.FullstrideGameControllerApi* | [**fullstrideGameControllerCount**](docs/FullstrideGameControllerApi.md#fullstrideGameControllerCount) | **GET** /fullstride-games/count | 
*GjvDevExampleApiClient.FullstrideGameControllerApi* | [**fullstrideGameControllerCreate**](docs/FullstrideGameControllerApi.md#fullstrideGameControllerCreate) | **POST** /fullstride-games | 
*GjvDevExampleApiClient.FullstrideGameControllerApi* | [**fullstrideGameControllerDeleteById**](docs/FullstrideGameControllerApi.md#fullstrideGameControllerDeleteById) | **DELETE** /fullstride-games/{id} | 
*GjvDevExampleApiClient.FullstrideGameControllerApi* | [**fullstrideGameControllerFind**](docs/FullstrideGameControllerApi.md#fullstrideGameControllerFind) | **GET** /fullstride-games | 
*GjvDevExampleApiClient.FullstrideGameControllerApi* | [**fullstrideGameControllerFindById**](docs/FullstrideGameControllerApi.md#fullstrideGameControllerFindById) | **GET** /fullstride-games/{id} | 
*GjvDevExampleApiClient.FullstrideGameControllerApi* | [**fullstrideGameControllerReplaceById**](docs/FullstrideGameControllerApi.md#fullstrideGameControllerReplaceById) | **PUT** /fullstride-games/{id} | 
*GjvDevExampleApiClient.FullstrideGameControllerApi* | [**fullstrideGameControllerUpdateAll**](docs/FullstrideGameControllerApi.md#fullstrideGameControllerUpdateAll) | **PATCH** /fullstride-games | 
*GjvDevExampleApiClient.FullstrideGameControllerApi* | [**fullstrideGameControllerUpdateById**](docs/FullstrideGameControllerApi.md#fullstrideGameControllerUpdateById) | **PATCH** /fullstride-games/{id} | 
*GjvDevExampleApiClient.PingControllerApi* | [**pingControllerPing**](docs/PingControllerApi.md#pingControllerPing) | **GET** /ping | 


## Documentation for Models

 - [GjvDevExampleApiClient.Filter](docs/Filter.md)
 - [GjvDevExampleApiClient.FullstrideGame](docs/FullstrideGame.md)
 - [GjvDevExampleApiClient.FullstridegamesFields](docs/FullstridegamesFields.md)
 - [GjvDevExampleApiClient.InlineResponse200](docs/InlineResponse200.md)
 - [GjvDevExampleApiClient.InlineResponse2001](docs/InlineResponse2001.md)
 - [GjvDevExampleApiClient.InlineResponse2001Headers](docs/InlineResponse2001Headers.md)


## Documentation for Authorization

All endpoints do not require authorization.

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