Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

ryane/verbalizeit-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verbalizeit

A thin ruby wrapper around the VerbalizeIt Api.

Note: right now, only the text api is covered here.

Installation

Add this line to your application's Gemfile:

gem 'verbalizeit'

And then execute:

$ bundle

Or install it yourself as:

$ gem install verbalizeit

Usage

Instantiate a client

client = VerbalizeIt::Client.new(api_key: "xxx",
                                 api_url: "https://sandboxapi.verbalizeit.com")

Get a list of supported languages

client.languages

Submit some text for translation

client.basic_text("es", "Hello", "http://example.com/callback")

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A thin ruby wrapper around the VerbalizeIt Api.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages