Hello,
When we use the following API:
https://api.themoviedb.org/3/certification/movie/list?api_key=<key>
The meaning
element for the response is empty for some of the entries. For instance:
"NZ": [
{
"certification": "RP13",
"meaning": "",
"order": 5
},
{
"certification": "RP16",
"meaning": "",
"order": 8
},
{
"certification": "RP18",
"meaning": "",
"order": 10
}
]
Now, my suggestion is that both certification
and meaning
should be non-nullable
. But at the very least, the documentation should imply which response element are nullable and not. Please let me know what you think.
thanks, sunil.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?