Skip to content

Commit a65385e

Browse files
authored
Update README.md
1 parent 91301b1 commit a65385e

File tree

1 file changed

+6
-29
lines changed

1 file changed

+6
-29
lines changed

README.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,9 @@
1-
# appbrain-api-client
1+
# AppBrain API Client library for Java / Kotlin
22

3-
A Java client library to interact with the [AppBrain API](https://www.appbrain.com/info/help/api/appbrain-api.html).
4-
5-
## Requirements
6-
7-
Building the API client library requires:
8-
1. Java 1.7+
9-
2. Maven/Gradle
3+
The [AppBrain API](https://www.appbrain.com/info/help/api/appbrain-api.html) allows you to programmatically access data about apps on Google Play. Queries for specific apps, search and browse are supported. AppBrain advertisers can manage their campaign.
104

115
## Installation
126

13-
To install the API client library to your local Maven repository, simply execute:
14-
15-
```shell
16-
mvn clean install
17-
```
18-
19-
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
20-
21-
```shell
22-
mvn clean deploy
23-
```
24-
25-
Refer to the [OSSRH Guide](http://central.sonatype.org/pages/ossrh-guide.html) for more information.
26-
27-
### Maven users
28-
297
Add this dependency to your project's POM:
308

319
```xml
@@ -50,13 +28,13 @@ implementation "com.appbrain:appbrain-api-client:1.0.0"
5028
At first generate the JAR by executing:
5129

5230
```shell
53-
mvn clean package
31+
./gradlew build
5432
```
5533

5634
Then manually install the following JARs:
5735

58-
* `target/appbrain-api-client-1.0.0.jar`
59-
* `target/lib/*.jar`
36+
* `build/libs/appbrain-api-client-1.0.0.jar`
37+
* Also the required dependency JAR files
6038

6139
## Getting Started
6240

@@ -109,6 +87,5 @@ https://www.appbrain.com/info/help/api/specification.html
10987
It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues.
11088

11189
## Author
112-
113-
contact@appbrain.com
90+
AppBrain API Team - contact@appbrain.com
11491

0 commit comments

Comments
 (0)