You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if we could parse the API documentation (which is in Gitlab Markdown format) and extract the API data so that we could use that to figure out if we are missing anything in our implementation.
A possibility is something like Pandoc https://pandoc.org/ or just write some code to try to do it.