2.0.0 • Published 8 months ago

@tamia-web/tamia v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

logo

TAMIA

A REST API Server designed with Open API v3

Installation

$ npm install --save @tamia/tamia

With connect or express js

const tamiaApi = require('@tamia/tamia');

// ...
const config = { ... }; // Open API schema, see documentation for more info
const options = { ... }; // Tamia API options
const tamia = tamiaApi(config, options);

app.use(tamia.request);

Documentation

Summary

Tests

$ npm test
2.0.0

8 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago