All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.johnnei.enjin.IEnjinApi Maven / Gradle / Ivy

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