turbot-api
See turbot_server for the API implementation.
Releasing a new version
Bump the version in lib/turbot/api/version.rb
according to the Semantic Versioning convention, then:
git commit lib/turbot/api/version.rb -m 'Release new version'
rake release # requires Rubygems credentials
In morph, run:
bundle update turbot-api
git commit Gemfile.lock -m 'Bump turbot-api' && git push
Finally, rebuild the Docker image and deploy morph.