Skip to content

Commit 4791cb4

Browse files
authored
Fix documentation and add presentation (#30)
* Fix OpenAPI description * Update limitations * Add presentation
1 parent 5db4d66 commit 4791cb4

File tree

3 files changed

+3
-2
lines changed
  • Documentation.app/Contents/MacOS

3 files changed

+3
-2
lines changed

Documentation.app/Contents/MacOS/Generation examples.playground/Pages/Limitations.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
## Body parameters encoding
2323

24-
Currently, the only supported encoding for body parameters is `application/json`.
24+
Currently, the only supported encodings for body parameters are `application/json` and `application/x-www-form-urlencoded`.
2525
*/

Documentation.app/Contents/MacOS/Generation examples.playground/Pages/Parameters.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
info:
1919
title: My Store
2020
version: "1.0.0"
21+
paths:
2122
/{category}/product:
2223
get:
2324
tags:

Documentation.app/Contents/MacOS/Quick start.playground/Pages/Resources.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## Presentations
2121

22-
Be the first one showing here!
22+
- Functional Networking ([slides](https://speakerdeck.com/truizlop/functional-networking-the-directors-cut), [video](https://www.dotconferences.com/2020/02/tomas-ruiz-lopez-functional-networking))
2323

2424
## Blog posts
2525

0 commit comments

Comments
 (0)