Skip to content

beanbeanjuice/Java-Cafe-API-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wakatime CodeFactor GitHub release (latest by date)


Logo

Cafe API Wrapper

A wrapper for the Cafe API!
Explore the docs »

View Demo · Report Bug · Request Feature

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

CafeAPI cafeAPI = new CafeAPI(USERNAME_HERE, PASSWORD_HERE, RequestLocation.RELEASE);
cafeAPI.BIRTHDAY.getUserBirthday(USER_ID_HERE);

Installation

Maven Central

For Maven, paste this into your dependencies section of your pom.xml file.

<!-- Cafe API -->
<dependency>
  <groupId>com.beanbeanjuice</groupId>
  <artifactId>cafe-api-wrapper</artifactId>
  <version>VERSION</version>
</dependency>

For Gradle, paste this into your dependencies section of your build.gradle file.

// Cafe API
implementation group: 'com.beanbeanjuice', name: 'cafe-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?