public interface LogsApi
| Modifier and Type | Method and Description |
|---|---|
default ApiResponse<List<String>> |
getLogs() |
ApiResponse<List<String>> |
getLogs(Pager pager) |
ApiResponse<Map<String,String>> |
postLog(Map<String,String> message) |
default ApiResponse<List<String>> getLogs()
ApiResponse<List<String>> getLogs(Pager pager)
Copyright © 2019. All rights reserved.