Skip to content

Commit 688b089

Browse files
authored
[Docs] Add a link to the WWDC talk (#60)
### Motivation Publicize the WWDC talk. ### Modifications Added the link to the README and the landing docs page. ### Result More developers will check out the WWDC talk. ### Test Plan Rendered locally, looks good.
1 parent df52530 commit 688b089

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena
1616

1717
**swift-openapi-runtime** ([source][repo-runtime], [docs][docs-runtime]) provides a library with common types and abstractions used by the generated code.
1818

19+
> See the generator in action in [Meet Swift OpenAPI Generator](https://developer.apple.com/wwdc23/10171) from WWDC23.
20+
1921
Choose one of the transports listed below, or create your own by adopting the `ClientTransport` or `ServerTransport` protocol:
2022

2123
| Repository | Type | Description |

Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena
2424

2525
**swift-openapi-runtime** ([source][repo-runtime], [docs][docs-runtime]) provides a library with common types and abstractions used by the generated code.
2626

27+
> Tip: See the generator in action in [Meet Swift OpenAPI Generator](https://developer.apple.com/wwdc23/10171) from WWDC23.
28+
2729
The generated code isn't tied to a specific HTTP client library or web server framework, allowing adopters to use simple input and output data types for API operations. For making and serving HTTP requests, the generated code requires a type that confoms to one of the protocol abstractions, `ClientTransport` or `ServerTransport`, which the user chooses when creating the client or server.
2830

2931
Choose one of the transports listed below, or create your own by adopting the `ClientTransport` or `ServerTransport` protocol:

0 commit comments

Comments
 (0)