package org.gcube.usecases.ws.thredds; import org.gcube.data.transfer.library.utils.ScopeUtils; import org.gcube.usecases.ws.thredds.faults.InternalException; public class GetTrhreddsInfoTest { public static void main(String[] args) throws InternalException { SyncEngine engine=SyncEngine.get(); // ROOT System.out.println(engine.getAvailableCatalogsByToken("***REMOVED***")); // MEI System.out.println(engine.getAvailableCatalogsByToken("54f577de-d259-407e-b30d-29bf9e7c0dee-843339462")); } }