Interface RateLimit.Limit

    • Method Detail

      • getValue

        int getValue()
        Returns:
        the number of API requests that are allowed during a time interval
      • getVerb

        HttpMethod getVerb()
        Returns:
        the HTTP method for the API request
      • getRemaining

        int getRemaining()
        Returns:
        the remaining number of allowed requests
      • getNextAvailable

        Date getNextAvailable()
        Returns:
        the date and time stamp when next issues are available