catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

Move all unused functions from catalyst-client to lambdas

Open menduz opened this issue 2 years ago • 1 comments

Many functions present in the catalyst-client are only used by lambdas.

To name a few, we have pipeContent and fetchContentStatus.

In order to provide better APIs for clients, only reused functions should live in the shared client to lower the complexity of the solution and the libraries involved.

menduz avatar Jun 04 '22 22:06 menduz

These are the functions we need to check:

buildEntity buildEntityWithoutNewFiles fetchEntitiesByPointers fetchEntitiesByIds fetchEntityById fetchAuditInfo fetchContentStatus downloadContent isContentAvailable pipeContent deployEntity deploy getContentUrl

fetchProfiles fetchWearables fetchOwnedWearables fetchOwnedThirdPartyWearables fetchEmotes fetchOwnedEmotes fetchOwnedThirdPartyEmotes fetchCatalystsApprovedByDAO fetchLambdasStatus getLambdasUrl

aleortega avatar Dec 12 '22 12:12 aleortega