@@ -4,17 +4,17 @@ This is a tool that generates API call code in various programming languages bas
44
55根据openapi (swagger) 文档生成不同编程语言客户端接口代码
66
7- | Ts | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/images /api_ts.jpg ) |
7+ | Ts | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/_images /api_ts.jpg ) |
88| ------ | ------------------------------------------------------------ |
9- | Java | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/images /api_java.jpg ) |
10- | Go | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/images /api_go.jpg ) |
11- | Swift | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/images /api_swift.jpg ) |
12- | Python | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/images /api_python.jpg ) |
13- | Kotlin | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/images /api_kotlin.jpg ) |
9+ | Java | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/_images /api_java.jpg ) |
10+ | Go | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/_images /api_go.jpg ) |
11+ | Swift | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/_images /api_swift.jpg ) |
12+ | Python | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/_images /api_python.jpg ) |
13+ | Kotlin | ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/_images /api_kotlin.jpg ) |
1414
15- ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/images /home_api.png )
15+ ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/_images /home_api.png )
1616
17- ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/images /home_struct.png )
17+ ![ image] ( https://github.com/otk-final/openapi-codegen/blob/master/_images /home_struct.png )
1818
1919## Feature
2020
@@ -194,14 +194,14 @@ openapi reload -f /app/openapi.json -n server_name
194194
195195#### client端
196196
197- > [ ts] ( https://github.com/otk-final/openapi-codegen/tree/master/example /ts )
197+ > [ ts] ( https://github.com/otk-final/openapi-codegen/tree/master/_example /ts )
198198>
199- > [ go] ( https://github.com/otk-final/openapi-codegen/tree/master/example /golang )
199+ > [ go] ( https://github.com/otk-final/openapi-codegen/tree/master/_example /golang )
200200>
201- > [ java] ( https://github.com/otk-final/openapi-codegen/tree/master/example /java )
201+ > [ java] ( https://github.com/otk-final/openapi-codegen/tree/master/_example /java )
202202>
203- > [ kotlin] ( https://github.com/otk-final/openapi-codegen/tree/master/example /kotlin )
203+ > [ kotlin] ( https://github.com/otk-final/openapi-codegen/tree/master/_example /kotlin )
204204>
205- > [ swift] ( https://github.com/otk-final/openapi-codegen/tree/master/example /swift )
205+ > [ swift] ( https://github.com/otk-final/openapi-codegen/tree/master/_example /swift )
206206>
207- > [ python] ( https://github.com/otk-final/openapi-codegen/tree/master/example /python )
207+ > [ python] ( https://github.com/otk-final/openapi-codegen/tree/master/_example /python )
0 commit comments