Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kane50613/osu4j
- Owner: kane50613
- Created: 2021-05-15T02:45:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T07:34:43.000Z (over 3 years ago)
- Last Synced: 2023-10-08T16:32:48.974Z (about 1 year ago)
- Topics: api, java, osu, osu-api, osu-framework, osu-libraries
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.iocom.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)