Skip to content

wyy api for user info and play rank implemented#9

Open
BenWXY wants to merge 1 commit intomasterfrom
wyyapi
Open

wyy api for user info and play rank implemented#9
BenWXY wants to merge 1 commit intomasterfrom
wyyapi

Conversation

@BenWXY
Copy link
Copy Markdown
Collaborator

@BenWXY BenWXY commented May 10, 2025

wyy api request endpoints:

1. For user info:

http://localhost:5127/api/v1/wyy/user

Request body:

{"creatorId": "xxxxxxxxx"}

2. For play rank:

http://localhost:5127/api/v1/wyy/rank

Request body:

{
    "creatorId": "xxxxxxxxx",
    "maxCount": "xxx"
}

Note:

  1. maxCount will be applied for both recent play rank and all play rank.
  2. If maxCount is not provided, first 10 songs will be returned by default.

@BenWXY BenWXY requested review from AlveinTeng and VictorS67 May 10, 2025 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant