-
Notifications
You must be signed in to change notification settings - Fork 3
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
Список наград /awards для актеров #58
Comments
Я займусь этим на этих выходных, если не успею, то на следующих. На всякий случай сразу опубликую контракт: GET /v1.1/person/awards {
"docs": [
{
"personId": 1266761,
"nomination": {
"award": {
"title": "Золотой глобус",
"year": 2023
},
"title": "Лучшая мужская роль (драма)"
},
"movie": {
"id": 1179041,
"name": "Элвис",
"rating": 7.3
},
"winning": true,
"createdAt": "2023-03-04T22:21:35.522Z",
"updatedAt": "2023-03-04T22:21:35.522Z",
"id": "6403c46f4b7f40308679365e"
},
{
"personId": 10965,
"nomination": {
"award": {
"title": "Золотой глобус",
"year": 2023
},
"title": "Лучшая женская роль на ТВ (драма)"
},
"movie": {
"id": 1045553,
"name": "Озарк",
"rating": 7.9
},
"winning": false,
"createdAt": "2023-03-04T22:21:16.359Z",
"updatedAt": "2023-03-04T22:21:16.359Z",
"id": "6403c45c12abfa0219be0c37"
},
{
"personId": 1433,
"nomination": {
"award": {
"title": "Золотой глобус",
"year": 2023
},
"title": "Лучшая женская роль (драма)"
},
"movie": {
"id": 4472502,
"name": "Фабельманы",
"rating": null
},
"winning": false,
"createdAt": "2023-03-04T22:21:16.318Z",
"updatedAt": "2023-03-04T22:21:16.318Z",
"id": "6403c45c12abfa0219be0b67"
}
],
"total": 8206,
"limit": 3,
"page": 1,
"pages": 2736
} |
Немного урезал инфу о фильме. Если надо могу добавить необходимое. Сейчас отталкивался от того что имею. |
mdwitr0
added a commit
that referenced
this issue
Mar 5, 2023
mdwitr0
added a commit
that referenced
this issue
Mar 5, 2023
mdwitr0
added a commit
that referenced
this issue
Mar 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Описание функции
Сделать метод для получения наград актеров по id актера
The text was updated successfully, but these errors were encountered: