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