StatistikStadtZuerich / stat.stadt-zuerich.ch

API Backend for the linked open statistical data of the Municipality of Zurich
Other
0 stars 0 forks source link

Tags API Response-Struktur #6

Closed jstcki closed 6 years ago

jstcki commented 6 years ago

Endpoint: http://stat.stadt-zuerich.ch/api/tags/

Mir fiel auf, dass die Response-Struktur bei unterschiedlicher Anzahl Tags nicht ganz konsistent ist:

// Keine Ergebnisse
{ "@graph": [] }

// 1 Ergebnis
{ "@id": "xyz", "@type": "Collection", member: Tag }

// > 1 Ergebnisse
{ "@id": "xyz", "@type": "Collection", member: Array<Tag> }

Wär super, wenn alle Varianten den selben Typ (Collection) hätten und member immer ein Array wär. Geht das?

l00mi commented 6 years ago

Thats a feature not a bug! ...

@bergos da ist wohl das Framing übereifrig?

bergos commented 6 years ago

Jetzt kommen immer Arrays zurück.