-
Notifications
You must be signed in to change notification settings - Fork 0
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
複数のユーザー情報を返すAPI #24
Comments
自分ととったことがある人たちの中から探す。 |
写った写真の多さ順にsortされたほうが良い? |
一緒に写った回数も表示される |
一番上はできた GET /users?userid=agatsuma,agatsuma,shotaro [
{
"userid": "aga",
"avatarurl": "aga.jpg"
},
{
"userid": "agatsuma",
"avatarurl": "agatsuma.jpg"
},
{
"userid": "shotaro",
"avatarurl": "shotaro.jpg"
}
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: