artursmirnov / apiarius

Automatic API documentation generator
0 stars 0 forks source link

Implement Github sources fetching #15

Open artursmirnov opened 8 years ago

artursmirnov commented 8 years ago

It was desided not to use existing nodejs libraries for wrapping github API but to impement own GithubManager for only interactians that are needed. It should be using promises instead of callbacks.