Identity lookup implementation for REST backend
This commit is contained in:
@@ -41,4 +41,8 @@ public class RestClientUtils {
|
||||
return post(url, JsonUtils.getObjAsString(gson, member, o));
|
||||
}
|
||||
|
||||
public static HttpPost post(String url, Gson gson, Object o) {
|
||||
return post(url, gson.toJson(o));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user