Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Fix: Named repsonse data

Kurt Garloff requested to merge fix/named-respons-data into main

Created by: joshuai96

Response data was generated as anonymous structs or arrays of anonymous structs.

This makes working with the API on server side very inconvenient.

Reponse objects are now named to make handling single objects and objects arrays easier.

Merge request reports