|
4 |
edited tags
|
||
|
3 | added 737 characters in body | ||
|
It doesn't say this explicitly in the docs (or at least I didn't notice it!). It seems to be the case that empty parameters are ignored. This seems to be a desirable behavior, as it makes fogbugz clients simpler to write. i.e., sCategory and sPersonAssignedTo in this example:
As an example of how it makes code easier to write, consider this code which encodes a dictionary of parameters. It's not hard to iterate through the dictionary and remove zero-length entries, but it's nice not to have to do so.
Can somebody confirm or deny, and update the API doc accordingly?
|
||||
|
2 | added 68 characters in body | ||
|
It doesn't say this explicitly in the docs (or at least I didn't notice it!). It seems to be the case that empty parameters are ignored. This seems to be a desirable behavior, as it makes fogbugz clients simpler to write. i.e., sCategory and sPersonAssignedTo in this example:
Can somebody confirm or contradictdeny, and update the API doc accordingly?
|
||||
|
1 |
|
||