Nylas Client
The NylasClient is the entry point to the Java SDK's API.
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.
base Url
The base URL to use for the Nylas API.
Constructors
Link copied to clipboard
public NylasClient NylasClient(String apiKey, OkHttpClient.Builder httpClientBuilder, String baseUrl)
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.