# fetch client adapter for smartlyio/oats

See [smartlyio/oats](https://github.com/smartlyio/oats)

This adapter provides two ways to bind the generated client definitions

```ts
import * as adapter from '@smartlyio/oats-fetch-adapter';

adapter.create()(definitions);
```

