Initial simple client implementation

This commit is contained in:
Pedro Lopez
2019-02-17 00:03:07 -04:00
parent 372187d275
commit bcbd16f196
8 changed files with 538 additions and 0 deletions

9
src/index.js Normal file
View File

@@ -0,0 +1,9 @@
'use strict';
module.exports = {
Client: require('./client/Client'),
version: require('../package.json').version
// Models
}