Skip to content

Commit 9d05d7a

Browse files
committed
Update
1 parent 7a78733 commit 9d05d7a

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
4944
The [NodeZoo org][] encourages __open__ and __safe__ participation.

0 commit comments

Comments
 (0)