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

com.netflix.spinnaker.gate.services.gremlin.GremlinService Maven / Gradle / Ivy

There is a newer version: 6.64.0
Show newest version
package com.netflix.spinnaker.gate.services.gremlin;

import java.util.List;
import retrofit.http.*;

public interface GremlinService {
  @GET("/templates/command")
  List getCommandTemplates(@Header("Authorization") String authHeader);

  @GET("/templates/target")
  List getTargetTemplates(@Header("Authorization") String authHeader);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy