Open ghost opened 8 years ago
I suppose something like magithub ? https://github.com/vermiculus/magithub/
It's pretty easy to do this: curl -H "Content-Type:application/json" "https://gitlab.com/api/v3/projects?private_token=$secretToken" -d "{\"name\": \"test\", \"namespace_id\": \"$organizationId\"}" -v I guess it's won't be difficult to implement it on elisp.
Please add feature to create Gitlab projects right from Emacs.