Class GithubResponse<T>

java.lang.Object
ink.icoding.github4j.GithubResponse<T>

public class GithubResponse<T> extends Object
  • Constructor Details

  • Method Details

    • statusCode

      public int statusCode()
    • body

      public T body()
    • rawBody

      public byte[] rawBody()
    • rateLimit

      public RateLimit rateLimit()
    • etag

      public String etag()
    • header

      public String header(String name)
    • headers

      public List<String> headers(String name)