0.0.17 • Published 5 years ago

apiarius v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Apiarius

Formally Apiarius is an API front for the https://www.npmjs.com/package/archivarius

Don't use this code in production before version 1.x

Features

  • REST API for Archivarius

Road Map

  • Authentication
  • WS API for subscriptions
  • Plugins
  • Rate Limits

Changelog

0.0.12

  • Minor updates

0.0.11

  • Minor updates

0.0.10

  • Minor update of some packages

0.0.9

  • Ionitor package upgraded to 0.0.5 - support optional parameters

0.0.8

  • Fixed exception logging

0.0.6

  • Fixed issue with unhandled exception on POST

0.0.5

  • Bug fix

0.0.4

  • Renaming to Apiarius
  • Bug fix
  • JSON response format optimization
  • Moved to Archivarius callback transactions

0.0.3

  • Bug fix

0.0.2

  • static files support

0.0.1

  • bug fixes
  • documentation updates
  • tests
import { Apiarius } from 'apiarius'

const resources = {
	users: {},
	emails: {},
	accounts: {},
	transactions: {},
}

const api = new Apiarius(resources, `${__dirname}/../.local`)

api.listen()
0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago