emmett-framework / rest

REST extension for Emmett framework
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

[openapi] How do I use contact? #14

Closed josejachuf closed 2 years ago

josejachuf commented 2 years ago

I try with:

contact = {
        "name": "API Support",
        "url": "http://www.example.com/support",
        "email": "support@example.com"
        }

But I don't see it in the documentation

gi0baro commented 2 years ago

@josejachuf you right, contact is not passed to the generation, gonna fix in the next patch version