# @burstjs/contracts

Generic HTTP client that is used as a network provider for @burst/core.

## Installation

`@burstjs/contracts` can be used with NodeJS or Web. Two formats are available

### Using with NodeJS and/or modern web frameworks

Install using [npm](https://www.npmjs.org/):

```
npm install @burstjs/contracts
```

or using [yarn](https://yarnpkg.com/):

``` yarn
yarn add @burstjs/contracts
```

#### Example

```js
// TO DO
```

### Using in classic `<script>`

Each package is available as bundled standalone library using IIFE.
This way _burstJS_ can be used also within `<script>`-Tags.
This might be useful for Wordpress and/or other PHP applications.

Just import the package using the HTML `<script>` tag.

`<script src='https://cdn.jsdelivr.net/npm/@burstjs/http/dist/burstjs.http.min.js'></script>`

#### Example

```js
// TO DO
```

See more here:

[@burstjs/contracts Online Documentation](https://burst-apps-team.github.io/phoenix/modules/contracts.html)

---

## API Reference
{{>main}}
