Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Oct 23, 2024
1 parent dfbb866 commit c528d14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Vapi Go Library

[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern)
[![go shield](https://img.shields.io/badge/go-docs-blue)](https://pkg.go.dev/github.com/fern-demo/vapi-go-sdk)
[![go shield](https://img.shields.io/badge/go-docs-blue)](https://pkg.go.dev/github.com/VapiAI/server-sdk-go)

The Vapi Go library provides convenient access to the VAPI API from Go.

## Requirements

This module requires Go version >= 1.18.

# Installation
## Installation

Run the following command to use the vapi Go library in your module:

```sh
go get github.com/fern-demo/vapi-go-sdk
go get github.com/VapiAI/server-sdk-go
```

## Usage

```go
import (
"github.com/fern-demo/vapi-go-sdk"
vapiclient "github.com/fern-demo/vapi-go-sdk/client"
"github.com/fern-demo/vapi-go-sdk/option"
"github.com/VapiAI/server-sdk-go"
vapiclient "github.com/VapiAI/server-sdk-go/client"
"github.com/VapiAI/server-sdk-go/option"
)

client := vapiclient.NewClient(
Expand Down

0 comments on commit c528d14

Please sign in to comment.