Skip to content
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 #34

Open
hiroto0227 opened this issue Dec 21, 2018 · 0 comments

Comments

@hiroto0227
Copy link
Contributor

hiroto0227 commented Dec 21, 2018

/GET /download-photo-infos

[
  {
    "id": "1",
    "url": "https:aws-photo-url.jpg",
    "uploader": {
      "id": "ivy",
      "avatar_url": "https:aws-avater-url.jpg"
    },
    "downloaders": [
      {
        "id": "ivy",
        "avatar_url": "https:aws-avater-url.jpg"
      },
      {
        "id": "sekine",
        "avatar_url": "https:aws-photo-avater-url.jpg"
      }
    ]
  },
  {
    "id": "4",
    "url": "https:aws-photo-url.jpg",
    "uploader": {
      "id": "ivy",
      "avatar_url": "https:aws-avater-url.jpg"
    },
    "downloaders": [
      {
        "id": "ivy",
        "avatar_url": "https:aws-avater-url.jpg"
      },
      {
        "id": "sekine",
        "avatar_url": "https:aws-photo-avater-url.jpg"
      }
    ]
  }
]
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

No branches or pull requests

1 participant