Skip to content

Protox protobuffer elixir modules for Speechly

Notifications You must be signed in to change notification settings

superlistapp/speechly_protox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeechlyProtox

This repository contains the generated protox modules for the Speechly gRPC API.

Installation

The package can be installed by adding speechly_protox to your list of dependencies in mix.exs:

def deps do
  [
    {:speechly_protox, github: "superlistapp/speechly_protox"}
  ]
end

Generate elixir modules from protobuf

MIX_ENV=prod mix protox.generate --output-path=./lib --include-path=./api/proto api/proto/speechly/slu/v1/slu.proto api/proto/speechly/slu/v1/wlu.proto api/proto/speechly/sal/v1/compiler.proto api/proto/speechly/identity/v2/identity.proto api/proto/speechly/identity/v2/identity_api.proto api/proto/speechly/config/v1/config_api.proto api/proto/speechly/analytics/v1/analytics.proto api/proto/speechly/analytics/v1/analytics_api.proto --multiple-files

About

Protox protobuffer elixir modules for Speechly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages