Class APIreq

java.lang.Object
velo.ladaalpha.fields.internet.APIreq

public class APIreq extends Object
The Class APIreq.
  • Constructor Details

    • APIreq

      public APIreq()
  • Method Details

    • IMAGE

      public static String IMAGE(String path, String name)
      Image.
      Parameters:
      path - the path
      name - the name
      Returns:
      the string
    • GET

      public static HttpResponse GET(String url)
      Gets the.
      Parameters:
      url - the url
      Returns:
      the http response
    • POST

      public static HttpResponse POST(String url, String params)
      Post.
      Parameters:
      url - the url
      params - the params
      Returns:
      the http response