File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Vapi Ruby Library
2- [ ![ fern shield] ( https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen )] ( https://github.com/fern-api/fern ) [ ![ Gem Version] ( https://img.shields.io/badge/vapi_server_sdk-red?logo=ruby )] ( https://rubygems.org/gems/vapi-server-sdk )
2+ [ ![ fern shield] ( https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen )] ( https://github.com/fern-api/fern ) [ ![ Gem Version] ( https://img.shields.io/badge/vapi_server_sdk-red?logo=ruby )] ( https://rubygems.org/gems/vapi_server_sdk )
33
44The Vapi Ruby library provides access to the Vapi API from Ruby.
55
@@ -12,19 +12,19 @@ API reference documentation is available [here](https://docs.vapi.ai/).
1212Install the gem and add to the application's Gemfile by executing:
1313
1414``` sh
15- bundle add vapi-server-sdk
15+ bundle add vapi_server_sdk
1616```
1717
1818If bundler is not being used to manage dependencies, install the gem by executing:
1919
2020``` sh
21- gem install vapi-server-sdk
21+ gem install vapi_server_sdk
2222```
2323
2424## Usage
2525
2626``` ruby
27- require " vapi-server-sdk "
27+ require " vapi_server_sdk "
2828
2929client = Vapi ::Client .new (
3030 token: ' YOUR_TOKEN'
@@ -37,7 +37,7 @@ result = client.calls.create()
3737The SDK exposes an async client that you can use to make non-blocking requests.
3838
3939``` ruby
40- require " vapi-server-sdk "
40+ require " vapi_server_sdk "
4141
4242client = Vapi ::AsyncClient .new (
4343 token: ' YOUR_TOKEN'
You can’t perform that action at this time.
0 commit comments