Hi,
I'm wondering what packages can be used to build a REST API with Pyramid.
The only requirements I have
- be able to input/output json(built in pyramid)
- documentation for Openapi (should be generated)
- validation based on the Openapi schema for request and response
thanks!
-silviu