()
| 131 | } |
| 132 | |
| 133 | public Drive check() { |
| 134 | if (path == null) setPath(Uri.parse(getServer()).getPath()); |
| 135 | if (version == 0) setVersion(OkHttp.string(settingsApi()).contains("v2.") ? 2 : 3); |
| 136 | return this; |
| 137 | } |
| 138 | |
| 139 | public String params(String keyword) { |
| 140 | if (isNew()) { |
no test coverage detected