Skip to content

Commit

Permalink
precompiled stubs for js/ts (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx authored Aug 30, 2022
1 parent 140da35 commit fd78f4d
Show file tree
Hide file tree
Showing 5 changed files with 5,891 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,15 @@ optional arguments:
--show open artifacts using PIL
--engine, -e engine to use for inference
```


## Connecting to the API in using langauges other than python

The `src` subdirectory contains pre-compiled gRPC stubs for the following languages:

* [Javascript/Typescript](https://github.com/Stability-AI/stability-sdk/tree/main/src/js)

If a language you would like to connect to the API with is not listed above, you can use the following
protobuf definition to compile stubs for your language:

* [protobuf spec](https://github.com/Stability-AI/stability-sdk/tree/ecma_clients/src/proto)
Loading

0 comments on commit fd78f4d

Please sign in to comment.