Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koreatlwls authored Jun 16, 2024
1 parent 261144a commit ff3494f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<h1 align="center">Hi-Jack-Mocker</h1>
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a> <a href="https://central.sonatype.com/artifact/io.github.koreatlwls/hjm"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/io.github.koreatlwls/hjm.svg"/></a>


:balloon: Hi-Jack-Mocker is a project that leverages OkHttp3's interceptor to intercept and modify network requests and responses, allowing you to verify the UI easily.
</br>

|Request|Response|
|:------:|:-----:|
Expand All @@ -8,6 +12,15 @@
## Setup
To integrate Hi-Jack-Mocker into your Android project, follow these steps:

### Adding the Dependency

You can add the project dependency using the following code:

```groovy
debugImplementation("io.github.koreatlwls:hjm:0.1.0")
```
Note: This dependency must be added with debugImplementation and should not be included in the release environment.

### Initialize Hi-Jack-Mocker in your application:

```kotlin
Expand Down

0 comments on commit ff3494f

Please sign in to comment.