MCPcopy Index your code
hub / github.com/MrFuFuFu/RxFace / personCreate

Method personCreate

sdk_unuse/HttpRequests.java:415–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected