Class GHSearchBuilder<T>

    • Field Detail

      • terms

        protected final List<String> terms
        The terms.
    • Method Detail

      • q

        public GHQueryBuilder<T> q​(String term)
        Search terms.
        Parameters:
        term - the term
        Returns:
        the gh query builder
      • getApiUrl

        protected abstract String getApiUrl()
        Gets api url.
        Returns:
        the api url
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance