File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 33* toolbag removed.
44* Checking that github url exists before trying to extract user and repo
55* Stars, forks and watches are now assigned 0 instead of an empty string if repo.* is empty
6+ * Sample data added to Readme.
67
78## 10 April - 6.2.0
89
Original file line number Diff line number Diff line change @@ -83,6 +83,25 @@ all available variable names.
8383 - Change the registry used to validate the module name.
8484 - Defaults to ` http://registry.npmjs.org/ ` .
8585
86+ ## Sample Data
87+ ``` json
88+ {
89+ "entity$" : " -\/ -\/ github_cache" ,
90+ "name" : " fuge" ,
91+ "user" : " apparatus" ,
92+ "repo" : " fuge" ,
93+ "stars" : 155 ,
94+ "watches" : 15 ,
95+ "forks" : 18 ,
96+ "last" : " 2016-04-09T21:57:45Z" ,
97+ "urlRepo" : " https:\/\/ github.com\/ apparatus\/ fuge" ,
98+ "urlClone" : " git+https:\/\/ github.com\/ apparatus\/ fuge.git" ,
99+ "urlSsh" : " git@github.com:apparatus\/ fuge.git" ,
100+ "pullRequests" : 1 ,
101+ "cached" : 1461229347738
102+ }
103+ ```
104+
86105## Messages Handled
87106This micro-service handles the following messages.
88107
You can’t perform that action at this time.
0 commit comments