Package com.github.jamesnetherton.zulip.client.api.core


package com.github.jamesnetherton.zulip.client.api.core
  • Class
    Description
    REST API requests to be executed and return a result of type T.
    REST API requests to be executed and return a result of type T.
    REST API requests to be executed that require no result to be returned to the called.
    The default Zulip REST API request object with common behaviour for all API request types.
    The default Zulip REST API response object.
    A marker interface for a class that contains one or more methods for accessing Zulip APIs.