I’m the author of the GitLab::API::v3 Perl module and came up with my own very limited specification of the GitLab API here:
I’d like to change this to use an official API specification, optimally Swagger. I was about to start working on this but wanted to first check if someone has already done this. Also, I would think that it would be beneficial to GitLab if the API documentation was generated from an API specification like this. The current documentation has lots of holes in it. Auto-generated documentation would be much less likely to be missing information.
So, mostly, I just need to know if this has already been done or if someone is planning on doing it. Thanks!
Documentation has come up to many discussions as to how to improve it. I don’t think anyone has worked something like swagger (first time I heard it). It might worth checking out.