File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
content :
2
- - title : Verification
3
- description : Eases the creation of Xcode Playgrounds with support for third party libraries .
2
+ - title : Specification
3
+ description : Consumes your OpenAPI specification file with all your endpoints .
4
4
icon : img/main-image-primary.svg
5
5
6
- - title : Compile
7
- description : Compiles Xcode Playgrounds with support for third party libraries from the command line .
6
+ - title : Generation
7
+ description : Creates a Swift Package containing your networking code using pure FP .
8
8
icon : img/main-image-secondary.svg
9
9
10
- - title : Generation
11
- description : Generates Markdown project from Xcode Playground .
10
+ - title : Composition
11
+ description : Uses the power of Bow Effects to let you compose and build on top of your network layer .
12
12
icon : img/main-image-tertiary.svg
13
13
14
- - title : Integration
15
- description : Integrates Xcode Playgrounds with Carbon to export code snippets and Jekyll to create a microsite .
14
+ - title : Testing
15
+ description : Eases testing networking operations, without mocks .
16
16
icon : img/main-image-quaternary.svg
Original file line number Diff line number Diff line change 6
6
url : https://github.com/bow-swift/bow-openapi
7
7
8
8
- title : License
9
- url : https://github.com/ bow-swift/bow-openapi/blob/develop/LICENSE
9
+ url : https://openapi. bow-swift.io/docs/legal/license/
Original file line number Diff line number Diff line change 2
2
< div class ="wrapper ">
3
3
< div class ="header-flex ">
4
4
< div class ="header-text ">
5
- < h1 > Compile time verification and generation < span > of documentation from < strong > Xcode Playgrounds </ strong > </ span > </ h1 >
5
+ < h1 > Generation of Swift networking code < span > from an < strong > OpenAPI </ strong > specification. </ span > </ h1 >
6
6
< a class ="header-button " href ="{{ site.baseurl }}/docs/ " title ="Docs "> Learn more</ a >
7
7
</ div >
8
8
< div class ="header-image ">
You can’t perform that action at this time.
0 commit comments