A wrapper for the Kawaii API!
Explore the docs »
For Anonymous Requests...
KawaiiAPI kawaiiAPI = new KawaiiAPI();
kawaiiAPI.GIF.getGIF("hug");
For Normal Requests...
KawaiiAPI kawaiiAPI = new KawaiiAPI(TOKEN_HERE);
kawaiiAPI.GIF.getGIF("hug");
Currently, the supported "prompts" are located here. I have no control over the actual endpoint list.
Make sure you replace VERSION with the appropriate version specified above.
For Maven
, paste this into your dependencies
section of your pom.xml
file.
<!-- Kawaii API Wrapper -->
<dependency>
<groupId>com.beanbeanjuice</groupId>
<artifactId>kawaii-api-wrapper</artifactId>
<version>VERSION</version>
</dependency>
For Gradle
, paste this into your dependencies
section of your build.gradle
file.
// Kawaii API Wrapper
implementation group: 'com.beanbeanjuice', name: 'kawaii-api-wrapper', version: 'VERSION'
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
- beanbeanjuice
- Twitter @beanbeanjuice
- Email - beanbeanjuice@outlook.com
- Project Link: GitHub
- There's nothing here yet... maybe in the future?