use of com.yandex.money.api.net.clients.ApiClient in project yandex-money-sdk-java by yandex-money.
the class ShowcaseProcessTest method initShowcaseProcess.
private static ShowcaseProcess initShowcaseProcess() throws Exception {
final ApiRequest<ShowcaseContext> resReq = new Showcase.Request(5551);
final ApiClient client = getClient();
final ShowcaseContext showcaseContext = client.execute(resReq);
return new ShowcaseProcess(client, showcaseContext);
}
Aggregations