org.gitlab.api.http.Method Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-gitlab-api Show documentation
Show all versions of java-gitlab-api Show documentation
A Java wrapper for the Gitlab Git Hosting Server API
package org.gitlab.api.http;
/**
* Created by Oleg Shaburov on 03.05.2018
* [email protected]
*/
public enum Method {
GET, PUT, POST, PATCH, DELETE, HEAD, OPTIONS, TRACE;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy