This repository was archived by the owner on Jun 24, 2024. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ contributors: Jeehut
18
18
- Tried-and-tested Industry-standard
19
19
- You declare your API in YAML or JSON
20
20
- Rich ecosystem of tooling
21
- - Known for interdactive doucmentation
21
+ - Known for interactive documentation
22
22
- Core motivation is code generation
23
23
- Without OpenAPI, creating query & interpreting the response can be complex
24
24
- Working with larger APIs detracts from the core logic of the app
@@ -78,9 +78,9 @@ case .ok(let response):
78
78
79
79
## Making API calls from your app
80
80
81
- - To use OpenAPI Generator, add package to your app from ` https://github.com/apple- swift-openapi-generator `
82
- - Next, add also the package from ` https://github.com/swift-openapi-runtime ` to your app
83
- - Lastly, add also the package from ` https://github.com/swift-openapi-urlsession ` for the code to be generated for ` URLSession `
81
+ - To use OpenAPI Generator, add package to your app from ` https://github.com/apple/ swift-openapi-generator `
82
+ - Next, add also the package from ` https://github.com/apple/ swift-openapi-runtime ` to your app
83
+ - Lastly, add also the package from ` https://github.com/apple/ swift-openapi-urlsession ` for the code to be generated for ` URLSession `
84
84
- In "Build Phases", in the "Run Build Tool Plug-Ins", add ` OpenAPIGenerator `
85
85
86
86
![ ] [ build-tool-plugins ]
You can’t perform that action at this time.
0 commit comments