summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-11-14 11:58:07 +0100
committerYorhel <git@yorhel.nl>2009-11-14 11:58:07 +0100
commit848cae8e13d6ab8110caff39acf671822659de08 (patch)
treebb83d30f8fbbbbcf6345238859a5b01cc5dd3dca /data
parent537bba22c0ed0c0fe52ba067f136b30e7f95d968 (diff)
API: Changed 'website' member of get producer to a links object
Which also covers the wikipedia link, and possibly more in the future.
Diffstat (limited to 'data')
-rw-r--r--data/docs/1113
1 files changed, 9 insertions, 4 deletions
diff --git a/data/docs/11 b/data/docs/11
index 7340319f..f1c84dce 100644
--- a/data/docs/11
+++ b/data/docs/11
@@ -740,11 +740,16 @@ however still required.<br />
<td>Primary language</td>
</tr>
<tr>
- <td>website</td>
+ <td>links</td>
<td>details</td>
- <td>string</td>
- <td>yes</td>
- <td>Official website URL</td>
+ <td>object</td>
+ <td>no</td>
+ <td>
+ External links, object has the following members:<br />
+ "homepage", official homepage,<br />
+ "wikipedia", title of the related article on the English wikipedia.<br />
+ Both values can be <b>null</b>.
+ </td>
</tr>
<tr class="odd">
<td>aliases</td>