Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alufers/retrofit2swagger
https://github.com/alufers/retrofit2swagger
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alufers/retrofit2swagger
- Owner: alufers
- Created: 2020-09-13T19:44:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T20:14:49.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T18:44:43.281Z (about 1 month ago)
- Language: Kotlin
- Homepage:
- Size: 463 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# retrofit2swagger
This program can extract APIs used by Android decompiled apps.
Useful for reverse-engineering and developing custom clients.
Please note that the decompiled app must use the Retroift2 library to declare the endpoints it uses.## Building