Nylas Client
The NylasClient is the entry point to the Java SDK.
An instance holds a configured http client pointing to a base URL and is intended to be reused and shared across threads and time.
Parameters
api Key
The Nylas API key to use for authentication.
http Client Builder
The builder to use for creating the http client.
api Uri
The URL to use for communicating with the Nylas API.
Constructors
Link copied to clipboard
public NylasClient NylasClient(String apiKey, OkHttpClient.Builder httpClientBuilder, String apiUri)
Types
Link copied to clipboard
A builder for creating NylasClient. Allows applications to customize the Nylas http access by choosing a different base url or modifying http client options.
Functions
Link copied to clipboard
Access the Applications API
Link copied to clipboard
Access the Attachments API
Link copied to clipboard
Access the Connectors API
Link copied to clipboard
public final ResponseBody downloadResponse(String path, IQueryParams queryParams, RequestOverrides overrides)
Link copied to clipboard
Get a URL builder instance for the Nylas API.