playpauseandstop / rororo

Implement aiohttp.web OpenAPI 3 server applications with schema first approach.
https://rororo.readthedocs.io
BSD 3-Clause "New" or "Revised" License
105 stars 9 forks source link

Provide more OpenAPI 3 example apps #15

Open playpauseandstop opened 5 years ago

playpauseandstop commented 5 years ago

As of 2.0.0a2 rororo provides an example app to cover petstore-expanded schema from OpenAPI 3 Specification Examples.

Need to provide more examples (with tests) to ensure that most of cases are covered by rororo (via openapi-core).

Good schemas to cover:

playpauseandstop commented 4 years ago

2.0.0rc0 added new example application: todobackend