apistar
apistar copied to clipboard
Handle deprecated links and parameters
Both OpenAPI 2/Swagger and OpenAPI 3 offer a deprecated boolean attribute on operation objects, parameter objects and schema objects: APIStar could raise a warning when calling a deprecated endpoint, using a deprecated parameter or schema, or at least make the attributes available to the user in the Link and Field classes.