File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ If you want to know more about configure swagger service, see [Service section](
17
17
18
18
Now, you can create a ` swagger.yaml` file with [OpenAPI Specification](https://swagger.io/specification/).
19
19
20
+ # Examples of routing
21
+
22
+ You can see how structure a project or OpenAPI Specification in
23
+ [PyMS examples](https://github.com/python-microservices/pyms/tree/master/examples/microservice_swagger) or in
24
+ [Microservice Scaffold](https://github.com/python-microservices/microservices-scaffold)
25
+
20
26
# # Routing to files
21
27
22
28
This section is equal from [Zalando Connexion](https://github.com/zalando/connexion#automatic-routing), because PyMS use
@@ -117,10 +123,4 @@ def foo_get(message):
117
123
118
124
In this example, Connexion automatically recognizes that your view
119
125
function expects an argument named ``message`` and assigns the value
120
- of the endpoint parameter ``message`` to your view function.
121
-
122
- # Examples of routing
123
-
124
- You can see how structure a project or OpenAPI Specification in
125
- [PyMS examples](https://github.com/python-microservices/pyms/tree/master/examples/microservice_swagger) or in
126
- [Microservice Scaffold](https://github.com/python-microservices/microservices-scaffold)
126
+ of the endpoint parameter ``message`` to your view function.
You can’t perform that action at this time.
0 commit comments