Ignore Lib Path

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2023-12-07 12:08:01 +01:00
parent 6242694d8d
commit 16228bb5b0
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package org.gcube.portal.social.networking.ws.methods.v2;
import com.webcohesion.enunciate.metadata.Ignore;
import com.webcohesion.enunciate.metadata.rs.RequestHeader;
import com.webcohesion.enunciate.metadata.rs.RequestHeaders;
import com.webcohesion.enunciate.metadata.rs.ResponseCode;
@ -26,6 +27,7 @@ import java.util.Map;
* REST interface for the social networking library.
* @author Ahmed Ibrahim ISTI-CNR
*/
@Ignore
@Path("2/lib")
@RequestHeaders ({
@RequestHeader( name = "Authorization", description = "Bearer token, see https://dev.d4science.org/how-to-access-resources"),