package 47.one0.http; import java.util.List; import 47.one0.exceptions.ApiException; public interface HubsClient { ResponseWithHeaders getGlobalHubs(Float count, Integer onlyTransient) throws ApiException; ResponseWithHeaders getLibraryHubs(Float sectionId, Float count, Integer onlyTransient) throws ApiException; }