tmcgilchrist / ocaml-gitlab

Native OCaml bindings to Gitlab REST API v4
https://tmcgilchrist.github.io/ocaml-gitlab/gitlab/
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Fix incorrect field name, detected with atdgen 2.3.x #46

Closed mjambon closed 2 years ago

mjambon commented 2 years ago

The atd annotation was misplaced. The JSON field name is now "type" rather than "label_type". Atdgen 2.3.3 (soon to be released) detects this.

tmcgilchrist commented 2 years ago

Thanks @mjambon