Ok2Curl
Convert OkHttp requests into curl logs.
File Explorer
Download Latest Version (.zip)- deploy.yml
- push.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- Logger.kt
- HeaderModifier.kt
- CommandComponent.kt
- Configuration.kt
- CurlCommandGenerator.kt
- CurlInterceptor.kt
- Flags.kt
- Header.kt
- LimitedSink.kt
- HeaderModifierTest.kt
- CookieHandlerTest.kt
- CurlCommandGeneratorTest.kt
- FlagsTest.kt
- LimitedSinkTest.kt
- build.gradle
- Base64Decoder.kt
- BasicAuthorizationHeaderModifier.kt
- AndroidLogger.kt
- MainActivity.kt
- RequestFactory.kt
- RequestService.kt
- activity_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- BasicAuthorizationHeaderModifierTest.kt
- build.gradle
- lint.xml
- proguard-rules.pro
- publish-module.gradle
- publish-root.gradle
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/mrmike/Ok2Curl
Downloads the entire project code from GitHub to your computer.
cd Ok2Curl
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
