Class GetFileTemporaryUrlApiRequest

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
com.github.jamesnetherton.zulip.client.api.message.request.GetFileTemporaryUrlApiRequest
All Implemented Interfaces:
ExecutableApiRequest<String>

public class GetFileTemporaryUrlApiRequest extends ZulipApiRequest implements ExecutableApiRequest<String>
Zulip API request builder for getting a temporary URL for access to an uploaded file without authentication.
See Also:
  • Constructor Details

    • GetFileTemporaryUrlApiRequest

      public GetFileTemporaryUrlApiRequest(ZulipHttpClient client, String realmIdStr, String filename)
      Parameters:
      client - The Zulip HTTP client
      realmIdStr - The realm ID component of the file's path_id
      filename - The file path component of the file's path_id (everything after the first /)
  • Method Details