checkNotNullOrKeyEmpty

public static void checkNotNullOrKeyEmpty(Config config)

Checks that a config instance is neither null nor missing its api key, and throws if it is. Called before every request so a misconfigured client fails with a clear message rather than an unauthorized response.

Since

1.4.0

Parameters

config

config instance