We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We must enhance our API documentation to understand and integrate new partners more easily.
We need to add clarity and coverability to our API.
Example:
What is material array of string?
"materials": [ "string" ],
Payload example:
"materials": [ { "materialType": "PLASTIC", "weightKg": 5.2 }, { "materialType": "METAL", "weightKg": 3.8 } ],
What materialType we can use ?
export enum ResidueType { GLASS = 'GLASS', METAL = 'METAL', ORGANIC = 'ORGANIC', PAPER = 'PAPER', PLASTIC = 'PLASTIC', TEXTILE = 'TEXTILE', LANDFILL_WASTE = 'LANDFILL_WASTE', }
Review all DTOs, and schema, improve him, create global entities for users, reports, etc
Add correctly decorators @ApiTags, @ApiOperation, @ApiResponse e @ApiParam
Search and add Swagger best practices and improvements
https://staging.api.recy.life/docs#/recycling-reports/RecyclingReportController_createRecyclingReport
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🔖 Feature description
We must enhance our API documentation to understand and integrate new partners more easily.
🎤 Why is this feature needed ?
We need to add clarity and coverability to our API.
Example:
What is material array of string?
Payload example:
What materialType we can use ?
✌️ How do you aim to achieve this?
Review all DTOs, and schema, improve him, create global entities for users, reports, etc
Add correctly decorators @ApiTags, @ApiOperation, @ApiResponse e @ApiParam
Search and add Swagger best practices and improvements
🔄️ Additional Information
https://staging.api.recy.life/docs#/recycling-reports/RecyclingReportController_createRecyclingReport
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: