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:
@@ -6,8 +6,8 @@ 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;
|
||||
ResponseWithHeaders<String> getGlobalHubs(Float count, Integer onlyTransient) throws ApiException;
|
||||
ResponseWithHeaders<String> getLibraryHubs(Float sectionId, Float count, Integer onlyTransient) throws ApiException;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user