Class JSONRequest

java.lang.Object
io.github.emcw.utils.http.JSONRequest

public class JSONRequest extends Object
  • Field Details

    • contentType

      public static final okhttp3.MediaType contentType
  • Constructor Details

    • JSONRequest

      public JSONRequest()
  • Method Details

    • sendGet

      @Nullable public static @Nullable com.google.gson.JsonElement sendGet(String url)
    • sendPost

      @Nullable public static @Nullable com.google.gson.JsonElement sendPost(String url, String body)