A wrapper for the Cafe API!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
CafeAPI cafeAPI = new CafeAPI(USERNAME_HERE, PASSWORD_HERE, RequestLocation.RELEASE);
cafeAPI.BIRTHDAY.getUserBirthday(USER_ID_HERE);
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'
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?