Skip to content

Instantly share code, notes, and snippets.

@caputz
caputz / INGBasicExample.java
Created August 2, 2019 08:54 — forked from fschutte/INGBasicExample.java
Simple example for calling ING Bank Sandbox API
package nl.ingtester;
import com.jayway.jsonpath.JsonPath;
import io.vertx.core.http.HttpMethod;
import io.vertx.core.net.JksOptions;
import io.vertx.ext.web.client.WebClientOptions;
import io.vertx.rxjava.core.Vertx;
import io.vertx.rxjava.ext.web.client.HttpResponse;
import io.vertx.rxjava.ext.web.client.WebClient;
import io.vertx.rxjava.ext.web.codec.BodyCodec;