1.0.1 • Published 6 years ago

@hantet/htest v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

git clone git@github.com:IvanPakhomov/htest api && cd api && npm i && npm run test && npm run build

nano test.js

const Api = require('./build').default;

Api.users.get(2).then(function(response) {
  console.log(response);
});

node test

1.0.1

6 years ago

1.0.0

6 years ago