wit-ruby icon indicating copy to clipboard operation
wit-ruby copied to clipboard

Ruby library for Wit.ai

Results 4 wit-ruby issues
Sort by recently updated
recently updated
newest added

### Problem - I can't use `post_entities_keywords` method to Add a new keyword for the entity. ### Action - Fix the `validate_payload` to check key type for `keyword` and `synonyms`

cla signed

resolves https://github.com/wit-ai/wit-ruby/issues/22

Hi @blandinw I just added the timout option in the constructor so that users can take care of the cases that an API response is delayed. Please review the https://github.com/wit-ai/wit-ruby/pull/23

enhancement

https://github.com/wit-ai/wit-ruby/blob/main/wit.gemspec says this is a GPL-2.0 library, while the project's [LICENSE.md](https://github.com/wit-ai/wit-ruby/blob/main/LICENSE) is an unidentified but seemingly more permissive license. We're trying to understand if this library could be included in...