GitLab Api v3

This is a topic about GitLab Api
I find GitLab Api of v4 doc has dependencies api such as list projects dependencies

But how can i get projects denpendencies use api of v3 ?
Are there some similar api in v3 version?

Thanks for taking the time to be thorough in your request, it really helps! :blush:

1 Like

Do the GitLab server you want to query run a version of GitLab that is old enough that API v3 is still supported? It’s been more than two years since v4 was introduced, I don’t remember when support for v3 was finally dropped, but at least a year.

It’s not clear what you want to know, so I can’t answer that. Try to make your request clearer.

1 Like

Hi,

v3 of the API is not supported any more. You can find some more details in this topic: GET /projects/:id/merge_requests/:merge_request_id/notes

In case you want to make use of features like project dependencies, please update GitLab and migrate your scripts.

Cheers,
Michael

1 Like