SkillAgentSearch skills...

Osu4j

The osu API wrapper written in Java

Install / Use

/learn @kane50613/Osu4j
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

osu!4J

The osu API wrapper written in Java


Example

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

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.Gary50613</groupId>
    <artifactId>osu4j</artifactId>
    <version>VERSION</version>
</dependency>

Support

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks1

Languages

Java

Security Score

60/100

Audited on Jan 4, 2024

No findings