()
| 413 | } |
| 414 | |
| 415 | public JSONObject personCreate() throws FaceppParseException { |
| 416 | return request("person", "create"); |
| 417 | } |
| 418 | public JSONObject personCreate(PostParameters params) throws FaceppParseException{ |
| 419 | return request("person", "create", params); |
| 420 | } |