
org.johnnei.enjin.IEnjinApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enjin-api-spec Show documentation
Show all versions of enjin-api-spec Show documentation
The specification of the Enjin API
The newest version!
package org.johnnei.enjin;
import org.johnnei.enjin.spec.IUser;
import org.johnnei.enjin.spec.IUserAdmin;
public interface IEnjinApi {
/**
* Gets the API calls related to the users.
* @return
*/
IUser getUserSection();
/**
* Gets the API call related to the user administration.
* @return
*/
IUserAdmin getUserAdminSection();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy