Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kane50613/osu4j

The osu API wrapper written in Java
https://github.com/kane50613/osu4j

api java osu osu-api osu-framework osu-libraries

Last synced: about 1 month ago
JSON representation

The osu API wrapper written in Java

Awesome Lists containing this project

README

        

# osu!4J
The osu API wrapper written in Java

***

### Example

```java
OsuClient client = new OsuClient("CLIENT_ID", "CLIENT_SECRET");
try {
User user = client.getUser("Gary50613");
System.out.println(user.name);
} catch (IOException | InvalidTokenException | NotFoundException e) {
e.printStackTrace();
}
```

### Install
replace `VERSION` with current version [![release](https://img.shields.io/github/v/release/Gary50613/osu4j?color=dark_green&include_prereleases)](https://github.com/Gary50613/osu4j/releases/latest)

```xml

jitpack.io
https://jitpack.io

com.github.Gary50613
osu4j
VERSION

```

### Support
- [Discord](https://discord.gg/ct2ufag) [![Discord](https://img.shields.io/discord/600363644991176822.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/ct2ufag)