Re: Create repository in GitLab using RestAPI

2017-09-05 Thread Jainath Gupta
If I used postman rest Service POST: http://ec2-53-147-59-19.compute-1.amazonaws.com/api/v4/projects Heaser: BODY: {"name":"test_project","issues_enabled":"false","private":"true","namespace_id":10} SEND it gives me all the project details of namespace id 10. And it's not create any

Create repository in GitLab using RestAPI

2017-09-04 Thread Jainath Gupta
Hi, I need to create 1) Groups --> New Group with name of HDFC 2) click on HDFC -->New Project with name of Policy 3) select visibility level as Internal 4)click on Create Project button Final URL:- https://hdfc-u...@ec2-54-147-89-189.compute-1.amazonaws.com/HDFC/Policy.git *But I want to do