File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ![ Nodezoo] ( https://github. com/nodezoo/nodezoo-org/blob /master/assets/logo-nodezoo.png )
1+ ![ Nodezoo] ( https://raw.githubusercontent. com/nodezoo/nodezoo-org/master/assets/logo-nodezoo.png )
22
33## nodezoo-github
44
@@ -29,21 +29,16 @@ link below for details on obtaining and running the complete system.
2929 - Click Generate token.
3030 - Copy the token to your clipboard. For security reasons, after you navigate off this page, no one will be able to see the token again.
3131
32- ## Messages
33-
34- This micro-service recognizes the following messages:
35-
36- * _ role: github ,cmd: get_
37- * _ role: github ,cmd: query_
38- * _ role: github ,cmd: parse_
39- * _ role: github ,cmd: extract_
32+ ## Patterns Handled
33+ ### ` role:github,cmd:get `
34+ Request module name and description
35+ ``` js
36+ seneca .act (' role:github, req:get' , {name: ' seneca' })
37+ ```
4038
41- ## Running with Curl
39+ ## Patterns Emitted
4240
43- Any of the messages above can be run using curl in the following format in the command line
44- ```
45- curl -d '{"role":"github","cmd":"get"}' http://localhost:52472/act
46- ```
41+ There are no outgoing messages.
4742
4843## Contributing
4944The [ NodeZoo org] [ ] encourages __ open__ and __ safe__ participation.
You can’t perform that action at this time.
0 commit comments