com.konfigthis.newscatcherapi.client.api.SubscriptionApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of newscatcherapi-java-sdk Show documentation
Show all versions of newscatcherapi-java-sdk Show documentation
This library was generated by https://konfigthis.com
package com.konfigthis.newscatcherapi.client.api;
import com.konfigthis.newscatcherapi.client.ApiClient;
public class SubscriptionApi extends SubscriptionApiGenerated {
public SubscriptionApi(ApiClient apiClient) throws IllegalArgumentException {
super(apiClient);
}
}