MCPcopy Index your code
hub / github.com/Turing-Project/WriteGPT / post

Method post

ScoringNetwork/JVM_API.java:21–27  ·  view source on GitHub ↗
(String requestUrl, String accessToken, String params)

Source from the content-addressed store, hash-verified

19 *
20 * */
21 public static String post(String requestUrl, String accessToken, String params)
22 throws Exception
23 {
24 //����contentType
25 String contentType = "application/x-www-form-urlencoded";
26 return HttpUtil.post(requestUrl, accessToken, contentType, params);
27 }
28
29
30

Callers 1

get_textMethod · 0.95

Calls 1

postGeneralUrlMethod · 0.95

Tested by

no test coverage detected