public class APIUtils extends Object
| Constructor and Description |
|---|
APIUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Project> |
getProjects(String useMangoUrl,
HttpCookie authCookie) |
static HttpCookie |
getSessionCookie(String useMangoUrl,
String email,
String password) |
static TestIndexResponse |
getTestIndex(String useMangoUrl,
TestIndexParams params,
HttpCookie authCookie) |
public static HttpCookie getSessionCookie(String useMangoUrl, String email, String password) throws UseMangoException, IOException
UseMangoExceptionIOExceptionpublic static TestIndexResponse getTestIndex(String useMangoUrl, TestIndexParams params, HttpCookie authCookie) throws IOException
IOExceptionpublic static List<Project> getProjects(String useMangoUrl, HttpCookie authCookie) throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.