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?
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 1 februarie 2015 la ora 10:37 AM
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.
Răspuns de Kostya Dubinin
pe data de 10 februarie 2015 la ora 6:30 PM
Thanks!