1.0.1 • Published 4 years ago

@hantet/htest v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.0

4 years ago