Ignore Lib Path
This commit is contained in:
parent
6242694d8d
commit
16228bb5b0
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue