Skip to content

Commit

Permalink
Add community SDK section to API docs (#992)
Browse files Browse the repository at this point in the history
including reference to community-provided Node.js SDK
  • Loading branch information
MichaelHirn authored Sep 10, 2020
1 parent bbcbb20 commit e0dfb67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ The following API docs are available
* [Go Client SDK](https://godoc.org/github.com/feast-dev/feast/sdk/go): This SDK is used for the retrieval of online features from Feast.
* [Python SDK](https://api.docs.feast.dev/python/): This is the complete reference to the Feast Python SDK. The SDK is used to manage feature sets, features, jobs, projects, and entities. It can also be used to retrieve training datasets or online features from Feast Serving.

### Community Contributions

The following community provided SDKs are available

* [Node.js SDK](https://github.com/MichaelHirn/feast-client/): A Node.js SDK written in TypeScript. The SDK is used to manage feature sets, features, jobs, projects, and entities.

5 changes: 5 additions & 0 deletions docs/reference/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ The following API docs are available
* [Java Client SDK](https://javadoc.io/doc/dev.feast/feast-sdk): The Java library used for the retrieval of online features from Feast.
* [Python SDK](https://api.docs.feast.dev/python/): This is the complete reference to the Feast Python SDK. The SDK is used to manage feature sets, features, jobs, projects, and entities. It can also be used to retrieve training datasets or online features from Feast Serving.

### Community Contributions

The following community provided SDKs are available

* [Node.js SDK](https://github.com/MichaelHirn/feast-client/): A Node.js SDK written in TypeScript. The SDK is used to manage feature sets, features, jobs, projects, and entities.

0 comments on commit e0dfb67

Please sign in to comment.