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

Serialise params as plain string. #15

Closed tmcgilchrist closed 2 years ago

tmcgilchrist commented 2 years ago

Gitlab_j.string_of_* functions give quoted strings and we want plain strings for url query parameters. Ideally we could convince atdgen to emit this code but for now we write it manually.