V4 Alternatives

Similar projects and alternatives to v4

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better v4 alternative or higher similarity.

v4 reviews and mentions

Posts with mentions or reviews of v4. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-25.
  • Using semantic-release to automate releases and changelogs
    9 projects | dev.to | 25 Jan 2024
    # ~/.npmrc @doppelmutzi:registry=https://gitlab.com/api/v4/projects//packages/npm/ //gitlab.com/api/v4/projects//packages/npm/:_authToken=
  • Create tag with slash in name via API from PowerShell issue
    3 projects | /r/gitlab | 8 Dec 2023
    curl --request POST --header "PRIVATE-TOKEN: $token" "https://gitlab.com/api/v4/projects/12345/repository/tags?tag_name=feature%2f123&ref=6db0d4154fbbb56d4ce9fa37869d92aac06c0ef9&message=message"
    3 projects | /r/gitlab | 8 Dec 2023
    https://gitlab.com/api/v4/projects/12345/repository/tags?tag_name=archived%2F432&ref=SHA_OF_ONE_OF_COMMITS&message=Autotag1
    3 projects | /r/gitlab | 8 Dec 2023
    Invoke-RestMethod -Uri "https://gitlab.com/api/v4/projects/12345/repository/tags" -Headers $headers -Method POST -Body $jsonBody
  • LibreWolf 112.0-1 crashing on Windows 7
    2 projects | /r/LibreWolf | 14 Apr 2023
    As a very temporary workarround the 32-bit version does not seem to be affected
  • GitLab CLI tool - almost completely useless? Buggy, bizarre UX
    3 projects | /r/gitlab | 12 Mar 2023
    GET https://gitlab.com/api/v4/projects/user/repo/pipelines: 404 {message: 404 Project Not Found}
  • How to automatically migrate all your repositories from Gitlab to Github.
    2 projects | dev.to | 12 Feb 2023
    USER_ID="" PRIVATE_TOKEN="" for repo in $(curl -s https://gitlab.com/api/v4/users/$USER_ID/projects\?private_token\=$PRIVATE_TOKEN\&per_page\=999 | jq -r ".[].id"); do curl -X DELETE https://gitlab.com/api/v4/projects/$repo\?private_token\=$PRIVATE_TOKEN; done
  • Rollback from 3096 to 3095B
    3 projects | /r/navdy | 22 Dec 2022
  • OSD600 Lab 10
    3 projects | dev.to | 25 Nov 2022
    conan remote add https://gitlab.com/api/v4/projects//packages/conan
  • Thoughts on i2p usability
    2 projects | /r/i2p | 7 Nov 2022
    Having had a look at how others have done it, it actually doesn't seem like that big of a problem, you pull down some data https://gitlab.com/api/v4/projects/24386000/releases it's a json object, you put it into a json object, and bang you have all the info you need to download an update. So what a person, probably me, needs to do, is fetch and verify the keys and bundle them with the updater, download the file and the detatched signature, verify the signature and unzip it. That's basically what torbrowser-windows.sh(in the i2p.firefox repo) does to download Tor Browser.
  • A note from our sponsor - WorkOS
    workos.com | 16 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →