decentraland / decentraland/catalyst
Move all unused functions from catalyst-client to lambdas
Open
- Dominant language
- TypeScript
- Stars
- 52
- Forks
- 56
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.