Skip to content

#34 Add Tag-field to the data format

Niels requested to merge feature/34-tags into master

The tag-field is now present in our data, and being returned by the API.

Using Go, it's not possible to tell the difference between undefined / nil / null and an empty array. Therefore, the tags field can also be omitted for the API data-files.

However, the property is clearly documented in our 'Add your API' docs.

Depending on !12 (merged)

Edited by Niels

Merge request reports