Gitlab "API V3 is no longer supported. Use API V4 instead."
Hi There,
In gitlab v11, API v3 is no longer supported.
Thanks for the report! We don't yet have an API spec for v4, but we'll work on it.
This issue interests me but I do not know how to go about helping in resolving it. Can some describe, or point me to a description of, the steps that needs to be done in order to resolve it?
The GitLab API is generated using this OpenAPI definition:
https://github.com/DataFire/Integrations/blob/master/integrations/generated/gitlab/openapi.json
We'd need an OpenAPI definition for v4 in order to update. This issue will hopefully get us an official spec.
Not sure how much changed from v3 to v4, but you could always go through the v3 spec and manually make the necessary changes. If it's a big update I wouldn't recommend it though.
🤔 I updated some requests in the openapi.json and it works, but is a huge job cause the update on gitlab api