|
|
|
|
|
by importkit
3509 days ago
|
|
It's a great idea to have standardized extensions. I am a fan of IDE/client-side code checking. With standard Swaggers, we could check if parameter values are valid. However, it may not be possible to check the invocation flows (e.g. /login is required before /checkout) since it's not in the swagger. If they could be provided as extensions in a standard way, existing code checking tools can easily consume them. |
|