-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bookmarking/Watchlist worker #64
Comments
@yangwao @vikiival May I take on this task? My brief design is: tech stack request body {"uid": "0x*******"} APIs
|
Sure, give it shot!
…On Sun, Dec 3, 2023, 08:04 newraina ***@***.***> wrote:
@yangwao <https://github.com/yangwao> @vikiival
<https://github.com/vikiival> May I take on this task? My brief design is:
*tech stack*
cf-workers + cf-d1
*request body*
{"uid": "0x*******"}
*APIs*
- GET /watchlist/:chain/:type - user's NFT/collection list in the
watchlist, includes pagination.
- GET /watchlist/:chain/:type/:id - has the current user added this
entity to the watchlist.
- POST /watchlist/:chain/:type/:id - add to user's watchlist.
- DELETE /watchlist/:chain/:type/:id - remove from user's watchlist.
—
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABM5POMGJNNGAB4RSO2YYHTYHQP7BAVCNFSM6AAAAAAW2XCRMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGM4TAOBTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Context
designed packs/lists back then using TextileBasically every folder/list something needs to have two entities. MainEntity - packs / lists / folders Where
At current state #227 is implemented incorrectly .) |
The text was updated successfully, but these errors were encountered: