python-gitlab / python-gitlab

A python wrapper for the GitLab API.
https://python-gitlab.readthedocs.io
GNU Lesser General Public License v3.0
2.27k stars 655 forks source link

RFE(docs): Add a "cookbook" document #2214

Open JohnVillalovos opened 2 years ago

JohnVillalovos commented 2 years ago

Would be nice to build up a "cookbook" type document to help people out.

It can be confusing sometimes for people on how to link things together to accomplish tasks. Or not realize what GitLab API to use.

If anyone would like to work on this it would be great!

nejch commented 1 year ago

@dnsmichi posted a nice extensive blog post at https://about.gitlab.com/blog/2023/02/01/efficient-devsecops-workflows-hands-on-python-gitlab-api-automation/. Thanks a lot for the writeup and shoutout there @dnsmichi! :)

Maybe we can just add some docs sections for "Featured in" (links to blogs, tutorials etc) and "Used by" (Ansible, gitlabform, python-semantic-release, GitLab's upstream tooling etc). :)