mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-08 04:20:54 +00:00
SDK update generated by liblab
This commit is contained in:
13
src/main/java/47/one0/http/HubsClient.java
Normal file
13
src/main/java/47/one0/http/HubsClient.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package 47.one0.http;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import 47.one0.exceptions.ApiException;
|
||||
|
||||
public interface HubsClient {
|
||||
|
||||
ResponseWithHeaders<String> getGlobalHubs(Float count, Float onlyTransient) throws ApiException;
|
||||
ResponseWithHeaders<String> getLibraryHubs(Float sectionId, Float count, Float onlyTransient) throws ApiException;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user