# measurement_storage_api

> This_the_Measurement_Storage_API_used_for_storing_Measurement_Sessions_Measurements_and_Measurement_ApplicationClientServer_configurations_

Latest version **1.0.4** (published 2019-01-19) · Apache 2.0 license · 0 weekly downloads

## Install

```sh
npm install measurement_storage_api
pnpm add measurement_storage_api
yarn add measurement_storage_api
bun add measurement_storage_api
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2019-01-19 |
| First published | 2019-01-19 |
| Weekly downloads | 0 |
| License | Apache 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 118.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | kollerd |

## Links

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

## Dependencies (1)

- [superagent](https://npm.io/package/superagent.md) 3.7.0

## Recent versions

- 1.0.4 (latest) — 2019-01-19
- 1.0.3 — 2019-01-19
- 1.0.2 — 2019-01-19
- 1.0.1 — 2019-01-19
- 1.0.0 — 2019-01-19

## README

# measurement_storage_api

MeasurementStorageApi - JavaScript client for measurement_storage_api
This the Measurement Storage API used for storing Measurement Sessions, Measurements and Measurement Application/Client/Server configurations.
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.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 measurement_storage_api --save
```

##### Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing 
into the directory containing `package.json` (and this README). Let's call this `JAVASCRIPT_CLIENT_DIR`. Then run:

```shell
npm install
```

Next, [link](https://docs.npmjs.com/cli/link) it globally in npm with the following, also from `JAVASCRIPT_CLIENT_DIR`:

```shell
npm link
```

Finally, switch to the directory you want to use your measurement_storage_api from, and run:

```shell
npm link /path/to/<JAVASCRIPT_CLIENT_DIR>
```

You should now be able to `require('measurement_storage_api')` in javascript files from the directory you ran the last 
command above from.

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

```shell
    npm install YOUR_USERNAME/measurement_storage_api --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, that's to say your javascript file where you actually 
use this library):

```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 MeasurementStorageApi = require('measurement_storage_api');

var api = new MeasurementStorageApi.MeasurementSessionApi()

var body = new MeasurementStorageApi.MeasurementSession(); // {MeasurementSession} Created Measurement Session object


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.addMeasurementSession(body, callback);

```

## Documentation for API Endpoints

All URIs are relative to *https://virtserver.swaggerhub.com/koller_dev/MeasurementStorageAPI/1.0.0*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*MeasurementStorageApi.MeasurementSessionApi* | [**addMeasurementSession**](docs/MeasurementSessionApi.md#addMeasurementSession) | **POST** /measurement-session | Add a new measurement session
*MeasurementStorageApi.MeasurementSessionApi* | [**addMeasurementSessionWithId**](docs/MeasurementSessionApi.md#addMeasurementSessionWithId) | **POST** /measurement-session/lorawan-measurements/{measurementSessionId} | Find measurement session by unique measurement session id
*MeasurementStorageApi.MeasurementSessionApi* | [**addNbIotMeasurementSessionWithId**](docs/MeasurementSessionApi.md#addNbIotMeasurementSessionWithId) | **POST** /measurement-session/nb-iot-measurements/{measurementSessionId} | Find measurement session by unique measurement session id
*MeasurementStorageApi.MeasurementSessionApi* | [**deleteMeasurementSession**](docs/MeasurementSessionApi.md#deleteMeasurementSession) | **DELETE** /measurement-session/{measurementSessionId} | Deletes a measurement session
*MeasurementStorageApi.MeasurementSessionApi* | [**getMeasurementSessionById**](docs/MeasurementSessionApi.md#getMeasurementSessionById) | **GET** /measurement-session/{measurementSessionId} | Find measurement session by unique measurement session id


## Documentation for Models

 - [MeasurementStorageApi.LoRaWanGateway](docs/LoRaWanGateway.md)
 - [MeasurementStorageApi.LoRaWanMeasurementRaw](docs/LoRaWanMeasurementRaw.md)
 - [MeasurementStorageApi.LoRaWanMetadata](docs/LoRaWanMetadata.md)
 - [MeasurementStorageApi.Location](docs/Location.md)
 - [MeasurementStorageApi.Measurement](docs/Measurement.md)
 - [MeasurementStorageApi.MeasurementSession](docs/MeasurementSession.md)
 - [MeasurementStorageApi.NbIotMeasurementRaw](docs/NbIotMeasurementRaw.md)


## Documentation for Authorization


### api_key

- **Type**: API key
- **API key parameter name**: api_key
- **Location**: HTTP header

### petstore_auth

- **Type**: OAuth
- **Flow**: implicit
- **Authorization URL**: http://petstore.swagger.io/oauth/dialog
- **Scopes**: 
  - write:pets: modify pets in your account
  - read:pets: read your pets

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