org.kohsuke.github
Class GHRateLimit

java.lang.Object
  extended by org.kohsuke.github.GHRateLimit

public class GHRateLimit
extends Object

Rate limit.

Author:
Kohsuke Kawaguchi

Field Summary
 int limit
          Alotted API call per hour.
 int remaining
          Remaining calls that can be made.
 
Constructor Summary
GHRateLimit()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

remaining

public int remaining
Remaining calls that can be made.


limit

public int limit
Alotted API call per hour.

Constructor Detail

GHRateLimit

public GHRateLimit()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.