* @param publicApiKey Your public ApiKey
* @param privateApiKey Your private ApiKey
*/
public static void initMarvelApiBuilder(String publicApiKey, String privateApiKey) {
if (restRequestInterceptor == null) {
restRequestInterceptor = new RestRequestInterceptor(publicApiKey, privateApiKey);
}
}