# Kiolyn API

Kiolyn API specification for generating client SDK.

The `index.yaml` is the main entry point which links to different files inside `specs` folder. Together they will be combined into `api.yaml` which in turn is used for generating client code.

## Installing

For installing the editing environment

```
npm install
```

For watching the changes and automatically update `api.yaml`

```
npm run start
```

For manually generating `api.yaml`

```
npm run build
```

For generating javascript client

```
npm run gen:js
```


## Deployment

```
npm run publish:js
```


