Retroswagger icon indicating copy to clipboard operation
Retroswagger copied to clipboard

🧩 A library that generates kotlin code for Retrofit 2 based on a Swagger endpoint. Includes an Annotation Processor to configure and generate the code on build time.

Results 2 Retroswagger issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Name contains Illegal characters: . **To Reproduce** generate swagger with these refs . ``` \/api\/sections\/{id}\/articles": { "get": { "tags": [ "Article", "Section" ], "operationId": "api_sections_articles_get_subresource", "produces": [...

bug

## Description We want this library to be flexible enough to be broadly used by FE and BE, so we decided to start supporting other Http Clients ## How has...

wip