public interface ResourcesService
-
Method Summary
-
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>>