Skip to content

Commit b20f794

Browse files
authored
feat: implement waiters codegen (#584)
1 parent 692f148 commit b20f794

File tree

53 files changed

+3489
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3489
-84
lines changed

docs/design/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ Start here for an overview:
1313
* [Document type](document-type.md)
1414
* [Domain class types in Kotlin SDK](domain-class-types-in-kotlin-sdk.md)
1515
* [Binary request/response streams](binary-streaming.md)
16+
* [Event streams](event-streams.md)
1617
* [Marshaling/serde](marshalling-serde.md) (coming soon)
1718
* [Modeled errors](modeled-errors.md)
1819
* [Nullable properties in SDK domain types](nullable-properties-in-sdk-domain-types.md) (coming soon)
1920
* [Pagination](paginators.md)
2021
* [Retries](retries.md)
21-
* [Event streams](event-streams.md)
22+
* [Waiters](waiters.md)

0 commit comments

Comments
 (0)