mirror of https://github.com/cloudevents/spec.git
add link to sdk support table
Signed-off-by: Doug Davis <dug@microsoft.com>
This commit is contained in:
parent
d8ed86c347
commit
3fc733d435
|
|
@ -78,9 +78,10 @@ events into CloudEvents, see
|
|||
## SDKs
|
||||
|
||||
In addition to the documentation mentioned above, there is also an
|
||||
[SDK proposal](cloudevents/SDK.md). A set of SDKs is also being developed:
|
||||
[SDK requirements](cloudevents/SDK.md) doc as well as a set of SDKs being
|
||||
developed:
|
||||
|
||||
- [CSharp](https://github.com/cloudevents/sdk-csharp)
|
||||
- [C#/.NET](https://github.com/cloudevents/sdk-csharp)
|
||||
- [Go](https://github.com/cloudevents/sdk-go)
|
||||
- [Java](https://github.com/cloudevents/sdk-java)
|
||||
- [Javascript](https://github.com/cloudevents/sdk-javascript)
|
||||
|
|
@ -90,6 +91,10 @@ In addition to the documentation mentioned above, there is also an
|
|||
- [Ruby](https://github.com/cloudevents/sdk-ruby)
|
||||
- [Rust](https://github.com/cloudevents/sdk-rust)
|
||||
|
||||
The SDK [feature support table](cloudevents/SDK.md#feature-support) is a
|
||||
good resource to see which features, event formats and bindings are supported
|
||||
by each SDK.
|
||||
|
||||
## Community and Docs
|
||||
|
||||
Learn more about the people and organizations who are creating a dynamic cloud
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ implemented to enhance and speed up CloudEvents integration. As part of
|
|||
community efforts CloudEvents team committed to support and maintain the
|
||||
following SDKs:
|
||||
|
||||
- [CSharp](https://github.com/cloudevents/sdk-csharp)
|
||||
- [C#/.NET SDK](https://github.com/cloudevents/sdk-csharp)
|
||||
- [Go SDK](https://github.com/cloudevents/sdk-go)
|
||||
- [Java SDK](https://github.com/cloudevents/sdk-java)
|
||||
- [JavaScript SDK](https://github.com/cloudevents/sdk-javascript)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
本文档旨在描述对新建CloudEvents软件开发工具(SDKs)的最低要求集。开发者设计并实现这些SDKs来增强并加速CloudEvents的集成。以下SDKs作为社区的重要成果将会被CloudEvents团队支持并维护下去:
|
||||
|
||||
- [CSharp](https://github.com/cloudevents/sdk-csharp)
|
||||
- [C#/.NET SDK](https://github.com/cloudevents/sdk-csharp)
|
||||
- [Go SDK](https://github.com/cloudevents/sdk-go)
|
||||
- [Java SDK](https://github.com/cloudevents/sdk-java)
|
||||
- [JavaScript SDK](https://github.com/cloudevents/sdk-javascript)
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ CloudEvents 是一个以通用格式来描述事件数据的规范。它提供
|
|||
|
||||
除了上述文档,我们还提供了[SDK 提议](../../cloudevents/languages/zh-CN/SDK.md)以及一些编程语言的SDK:
|
||||
|
||||
- [CSharp](https://github.com/cloudevents/sdk-csharp)
|
||||
- [C#/.NET](https://github.com/cloudevents/sdk-csharp)
|
||||
- [Go](https://github.com/cloudevents/sdk-go)
|
||||
- [Java](https://github.com/cloudevents/sdk-java)
|
||||
- [Javascript](https://github.com/cloudevents/sdk-javascript)
|
||||
|
|
|
|||
Loading…
Reference in New Issue