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 #26

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

写真の情報を返すAPI #26

hiroto0227 opened this issue Dec 4, 2018 · 0 comments

Comments

@hiroto0227
Copy link
Contributor

hiroto0227 commented Dec 4, 2018

GET /photos?ids=1,4

[
  {
    "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