j-frost / billomat-ts

Billomat API implementation in TypeScript for use in Node.js
MIT License
6 stars 5 forks source link

Investigate automatic generation of API classes #10

Open j-frost opened 3 years ago

j-frost commented 3 years ago

I'm currently in talks with Billomat about this. Since something like a swagger.json will massively change how we work on this, adding a ticket here. cc @fxmanu

fxmanu commented 3 years ago

@j-frost sounds good.

A colleague of mine did something similar with the gitlab api a while ago. He parsed the official api documentation and generated a client :-)