From e2a66895274fde1378e09c8630ece7ff83c3545b Mon Sep 17 00:00:00 2001 From: Michael Hirn Date: Wed, 9 Sep 2020 12:04:51 +0100 Subject: [PATCH] Add community SDK section to API docs including reference to community-provided Node.js SDK --- docs/reference/api.md | 6 ++++++ docs/reference/api/README.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/docs/reference/api.md b/docs/reference/api.md index c30736dcc2..b7fa8041a9 100644 --- a/docs/reference/api.md +++ b/docs/reference/api.md @@ -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. + diff --git a/docs/reference/api/README.md b/docs/reference/api/README.md index cd3d4545dd..54135d6c56 100644 --- a/docs/reference/api/README.md +++ b/docs/reference/api/README.md @@ -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.