git Lab Project Id
Returns the project ID given a project name using GitLab's REST API
e.g. To get the project ID for the MetaBuild project :
gitLabProjectId( "nickthecoder/metabuild" )
Content copied to clipboard
As no credentials are passed, this only works for public projects.
Use this if you have your own instance of gitlab (i.e. for domains other than "gitlab.com").