com.konfigthis.newscatcherapi.client.api.LatestHeadlinesApi 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 LatestHeadlinesApi extends LatestHeadlinesApiGenerated {
public LatestHeadlinesApi(ApiClient apiClient) throws IllegalArgumentException {
super(apiClient);
}
}