Skip to content

Ruby SDK - Rewrite in pure Ruby

Choose a tag to compare

@patapizza patapizza released this 14 Apr 18:51

Breaking changes:

  • audio recording and streaming have been removed because:
  • many people only needed access to the HTTP API, and audio recording did not make sense for server-side use cases
  • dependent on platform, choice best left to developers
  • forced us to maintain native bindings as opposed to a pure Pythonic library
  • we renamed the functions to match the HTTP API more closely
  • .text_query(string, access_token) becomes .message(access_token, string)
  • all functions now return a Ruby dict instead of a JSON string