github icon indicating copy to clipboard operation
github copied to clipboard

Parameters and the document does not match

Open TongDaDa opened this issue 7 years ago • 0 comments

I shall be carried out in accordance with the steps to create the warehouse, but there were 404, here is my code


var g = new GitHub({
	username:'****@163.com',
	password: '******'
})
var res = g.getRepo('TongDaDa')
res.createProject({name:'myName',body:'my body'},()=>{  });

Where is the problem? please

screen shot 2018-06-06 at 7 47 04 pm

TongDaDa avatar Jun 06 '18 10:06 TongDaDa