Interface TagsGrpc.AsyncService

    • Method Detail

      • list

        default void list​(ListRequest request,
                          io.grpc.stub.StreamObserver<ListResponse> responseObserver)
         Ontain the organization tags to attach to the questions.
         Partial search with case insensitive is available.
         
      • search

        default void search​(SearchRequest request,
                            io.grpc.stub.StreamObserver<SearchResponse> responseObserver)
         Searching is used to filter questions by types and selected tags.
         Return tags related to available questions only.