https://github.com/dcdunkan/retlab-generate
Scripts for generating API docs from Etlab APK
https://github.com/dcdunkan/retlab-generate
Last synced: 25 days ago
JSON representation
Scripts for generating API docs from Etlab APK
- Host: GitHub
- URL: https://github.com/dcdunkan/retlab-generate
- Owner: dcdunkan
- Created: 2025-11-01T14:59:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-04-10T18:10:50.000Z (2 months ago)
- Last Synced: 2026-04-10T20:13:32.153Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 85.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Check out https://github.com/dcdunkan/retlab.
#### Steps
1. Extract Etlab APK
2. Decompile it using JADX
3. Export as Java output
4. Paste into decompiled/
5. Generate the following by running `pnpm run build`:
- Types
- API Endpoints
- Hoppscotch compatible API collection (for all routes)
6. Import the generated collection JSON to Hoppscotch or Postman to view it.
#### TODO
Currently only `application/json` requests are documented. Need to document
`application/x-www-form-urlencoded` and `multipart/form-data`.