decentraland / decentraland/builder-client

Create the items client methods

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3
Forks
4
PR merge metrics
No merged PRs in 30d

Description

To complete this task the following APIs should be queryable from the client:
- GET: `/${address}/items`
- GET: `/items/${id}`
- GET: `/collections/${collectionId}/items`
- PUT: `/items/${item.id}` and POST: `/items/${item.id}/files` to save an item and upload their files.
- DELETE: `/items/${item.id}`

Take into consideration the following:
- The types that currently live in the builder UI must be moved to either `@dcl/schemas` or the client itself.
- The fromX and toX methods must be included in the client. They don't need to be exported.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.