1.0.13 • Published 6 years ago

sagi-apis-client v1.0.13

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Build Status

Principles

  • All transmission must be encrypt.
  • All data storage must be encrypted.
  • All privacy info must not be collected.

Documents

Development Guide

Preparation:

git clone https://github.com/googleapis/googleapis ../
rsync -av --delete ../googleapis/google/ ./google

brew install -y grpc

go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
go get -u google.golang.org/grpc
go get -u github.com/ckaznocha/protoc-gen-lint
go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc

npm install -g grpc-tools
npm install -g grpc_tools_node_protoc_ts
npm install -g typedoc

Generators and Scripts

  • lint.sh to check .proto file syntax, etc.
  • docgen.sh to generating documents
  • codegen.sh generating source code
  • publish.sh publish sagi-api npm package

Examples

Check test code in src/go and src/nodejs/test

Other References

translation - translate and detect languages

media - thumbnails, etc.

speech - audio and speech to text

language - natural language analysis, classification, recognition

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago