Class EpicsApi

java.lang.Object
org.aoju.bus.gitlab.AbstractApi
org.aoju.bus.gitlab.EpicsApi
All Implemented Interfaces:
Constants

public class EpicsApi extends AbstractApi
This class implements the client side API for the GitLab Epics and Epic Issues API calls.

NOTE: - If a user is not a member of a group and the group is private, a GET request on that group will result to a 404 status code. - Epics are available only in Ultimate. If epics feature is not available a 403 status code will be returned.

See Also: