Skip to content

Commit

Permalink
📝 docs(env): up client doc
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Jan 12, 2025
1 parent 1acfd61 commit 77ba59c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/client/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# *Backan* `client`

Create a client for your `backan` API and make your frontend app able to access your API easily and with type. To achieve this, backan makes use of the [`openapi-featch`](https://openapi-ts.dev/openapi-fetch/) library.

## 🔑 Installation

::: code-group
Expand Down Expand Up @@ -28,7 +30,7 @@ deno add npm:@backan/client

[![NPM Version](https://img.shields.io/npm/v/@backan/client?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/@backan/client)

Create a client for your `backan` API and make your frontend app able to access your API easily and with type. To achieve this, backan makes use of the [`openapi-featch`](https://openapi-ts.dev/openapi-fetch/) library.
## Usage

```ts twoslash
// @noErrors
Expand Down

0 comments on commit 77ba59c

Please sign in to comment.