public class SonarHttpClient extends Object
| Constructor and Description |
|---|
SonarHttpClient(String baseUrl,
String username,
String password) |
public <T> List<T> getList(String path, Map<String,String> queryParams, Class<T> tClass) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic <T> T get(String path, Map<String,String> queryParams, Class<T> tClass) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2017. All rights reserved.