-
public final class ExplorerRepository
-
-
Constructor Summary
Constructors Constructor Description ExplorerRepository(ExplorerService explorerService, ProjectId projectId)
-
Method Summary
Modifier and Type Method Description final DappListingsgetAllDapps()final ProjectListinggetProjects(Integer page, Integer entries, Boolean isVerified, Boolean isFeatured)final NotifyConfiggetNotifyConfig(String appDomain)-
-
Constructor Detail
-
ExplorerRepository
ExplorerRepository(ExplorerService explorerService, ProjectId projectId)
-
-
Method Detail
-
getAllDapps
final DappListings getAllDapps()
-
getProjects
final ProjectListing getProjects(Integer page, Integer entries, Boolean isVerified, Boolean isFeatured)
-
getNotifyConfig
final NotifyConfig getNotifyConfig(String appDomain)
-
-
-
-