Skip to content

cadox8/XenAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Build Status

This is a simple XenForo API for Java.


Summary


XenAPI for Xenforo 1.X

This repo contains only a framework for Xenforo 2.X.

v1.X of Xenforo will not be developed anymore. If you need the old API you can grab it from here.

Downloads & Repo

All downloads are hosted in Github.

For the Java-API, you can add it on Maven:

    <repositories>
        <repository>
            <id>XenAPI Repo</id>
            <url>https://cadox8.es/repo</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>es.cadox8</groupId>
            <artifactId>XenAPI</artifactId>
            <version>RELEASE</version>
        </dependency>
    </dependencies>

NOTE: You can use RELEASE as version or you can use the version number (you can check all versions here)

Documentation

Web-API & Java-API: You can get the documentation here.

Javadocs: You can check the Javadocs here.

Bug Reporting

You can create an issue here on GitHub to report a bug with the API or to suggest enhancements.

Contributing

If you want to contribute to the project, you must accept and follow our Code Of Conduct and our guides for contributing.

Instalation

Usage & API Key

You will need to enable API in your XenForo. You can use this guide.

Dependencies

The XenAPI (Java) has the following dependencies:

License & Copyright

XenAPI is licensed under GNU LESSER GENERAL PUBLIC LICENSE Version 3.

The logo and some parts of the PHP Code is property of Contex.

Cadox8 updated the code and created the Java API.

Contex © 2012-2014

Cadox8 © 2018-2021

Donations

Building an Open Source Project is hard. You have to invert time and resources. 💸 💸