https://bugzilla.wikimedia.org/show_bug.cgi?id=38521

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|API: wbgetitems returns     |API: wbgetitems should only
                   |unrequested informations    |return tokens when
                   |(always all props and       |requested
                   |token)                      |

--- Comment #1 from [email protected] 2012-07-23 10:21:21 UTC ---
>From the API documentation

props               - The names of the properties to get back from each item.
                        Will be further filtered by any languages given.
                        Values (separate with '|'): sitelinks, aliases, labels,
descriptions
                        Default: sitelinks|aliases|labels|descriptions

Note that there are defaults and that those will be delivered unless
overridden. Always specify what information you want back, otherwise the items
will be quite large. Especially use the language parameter to limit the number
of entries for labels and descriptions if you can.

The amount of information will not generate additional database load as they
are all read from the item itself, which is stored as a serialized object on
the page.

The token should not be generated unless requested, that is an error.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to