Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

Repository files navigation

ChewAPI for Java

The official Java API library for my API.

Downloading / Installing

Maven

First, you need my Maven repository

<repository>
<id>chew-jenkins</id>
<url>https://jenkins.chew.pw/plugin/repository/everything/</url>
</repository>

Then, you'll need to install the build you want. All are considered dev builds unless otherwise specified in a Release.

Replace <version>[this]</version> with the latest build found on the Jenkins page. See ChewAPI-[version string].jar.

<!-- Memerator API -->
<dependency>
<groupId>pro.chew.api</groupId>
<artifactId>ChewAPI</artifactId>
<version>[this]</version>
</dependency>

Builds remain there indefinitely, but it's always best to stay up to date.

Alternatively, on the same Jenkins link, you can manually download the JAR yourself for safe keeping, in case it does go down.

Using

Using the API is simple. Here's an example to get you started!

importpro.chew.api.ChewAPI;
importpro.chew.api.objects.*;
publicclassMyChewAPIProgram {
publicstaticvoidmain(String[] args) {
// Define the ChewAPIChewAPIapi = newMemeratorAPI();
// Get a TRBMB PhraseStringtrbmb = api.getTRBMBPhrase();
}
}

You can view the Javadocs here.

Disclaimer

This project uses some code from memerator-sdk-java with permission.

About

Chew api but for java

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages