Skip to content

Latest commit

 

History

History
128 lines (100 loc) · 3.87 KB

README.md

File metadata and controls

128 lines (100 loc) · 3.87 KB

wakatime CodeFactor Maven Central


Logo

Kawaii API Wrapper

A wrapper for the Kawaii API!
Explore the docs »

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements

About The Project

Built With

Getting Started

Usage

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.

Installation

Maven Central

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'

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contact

Acknowledgements

  • There's nothing here yet... maybe in the future?