0.5.1 • Published 4 years ago

@fhg-test/rest v0.5.1

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

Installation

Use the package manager to install @fhg-test/rest

yarn add @fhg-test/rest

Usage

// initialize API Client
import rest from '@fhg-test/rest';
rest.init('http://localhost:9000/api');

// make a request
import * as rest from '@fhg-test/rest';
(async () => {
  const booking = await rest.bookings.get('123');
})();

Authors

Phat Pham

License

MIT

0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.5.1

4 years ago

0.4.2

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago