gitlab

https://github.com/narkoz/gitlab

Ruby

Ruby wrapper and CLI for GitLab REST API

Gitlab::Client::Projects#rotate_project_access_token

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:narkoz/gitlab.git

cd gitlab

open lib/gitlab/client/projects.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Gitlab--Client--Projects-rotate_project_access_token-for-pr


# Commit to git

git add lib/gitlab/client/projects.rbgit commit -m "better docs for Gitlab::Client::Projects#rotate_project_access_token"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Gitlab--Client--Projects-rotate_project_access_token-for-pr

hub pull-request


# Celebrate!