Hi!
What are the default values returned by the API for empty fields?
As I understand the default value depends on the field type. So for integers it is '0', for strings it is 'null', and for ids it is '""' (epmty string). For example:
{
"budget" => 0,
"imdb_id" => "",
"overview" => nil
}
Is it correct? Is there any documentation for this?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2015 年 02 月 01 日 10:37上午
Hi Kostya,
There isn't any documentation on this. There's some overviews that will be an empty string as opposed to a nil value.
I've created a new ticket for this and will look at it when I get some time.
Cheers.
Kostya Dubinin 的回复
于 2015 年 02 月 10 日 6:30下午
Thanks!