Closed subdigital closed 3 years ago
Resolves #18
@subdigital It's not clear to me, but if the count
is NOT specified, will this code just ignore count
on the request? (That's what we want.) I just want to make sure that we do NOT send either a nil
or a 1
by default. (Long story, but having any value for count
at all triggers different behavior than when it's missing.)
Verifying this.... we may need to implement a custom encode
method here to avoid if the value is nil.
Confirmed, the default behavior is not to include the key at all if the count
is nil. We're good.
count
property to placement requests