Roberto Polli
Roberto Polli
## This PR Adds a test to verify that serializers are correctly generated.
## I expect Request body is tested. ## Instead It's not.
## I expect to test for response serializers ## Instead they are missing
## I expect syntax of src/__tests__/api.yaml to be correct ## Instead opening on [swagger editor ](http://editor.swagger.io/?url=https://raw.githubusercontent.com/teamdigitale/io-utils/master/src/__tests__/api.yaml) I get the following error: ``` Structural error at definitions.OneOfTest should NOT have additional...
## The proposal A `LifeCycle` object to describe the API lifecycle, eg: ``` info: lifecycle: maturity: published # or deprecated, retired, ... published_at: 2019-01-01 deprecated_at: 2022-01-01 retired_at: 2022-06-01 ``` Data...
## I Expect - stub an API design process
## Question I suggest to move "upload resource" and "target resource" to "Conventions and Definitions". While it is OK to refer to the final resource as the "target resource", it...