Interface ResourcesService


public interface ResourcesService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<List<String>>
    getResources(String zapTraceSpan)
    List all known resources
  • Method Details

    • getResources

      @GET("api/v2/resources") retrofit2.Call<List<String>> getResources(@Header("Zap-Trace-Span") String zapTraceSpan)
      List all known resources
      Parameters:
      zapTraceSpan - OpenTracing span context (optional)
      Returns:
      Call<List<String>>