File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 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](
1717
1818Now, you can create a ` swagger.yaml` file with [OpenAPI Specification](https://swagger.io/specification/).
1919
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+
2026# # Routing to files
2127
2228This section is equal from [Zalando Connexion](https://github.com/zalando/connexion#automatic-routing), because PyMS use
@@ -117,10 +123,4 @@ def foo_get(message):
117123
118124In this example, Connexion automatically recognizes that your view
119125function 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