You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-29Lines changed: 6 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,9 @@
1
-
# appbrain-api-client
1
+
# AppBrain API Client library for Java / Kotlin
2
2
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.
10
4
11
5
## Installation
12
6
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.
0 commit comments