Skip to content

Commit ff6b847

Browse files
authored
Update README.md
1 parent 7df529c commit ff6b847

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# yii2-jsonrpc
22

3-
This is Yii2-based JSON-RPC server implementation. CURRENTLY IN DEVELOPMENT. CONTRIBUTION WELCOME.
3+
This is Yii2-based JSON-RPC server implementation. CURRENTLY IN DEVELOPMENT. CONTRIBUTION, TESTING AND FEEDBACK ARE WELCOME.
44

55
## Features
66
* Uses full Yii2 power, because method string is translated into a route. You can keep using all the Yii2 feature
77
such as routing, access control, etc.
8-
Examples:
9-
```
10-
{jsonrpc: "2.0", "method": "foo", "id": 1} -> route /foo -> {action: foo, controller: index, module: default}
11-
{jsonrpc: "2.0", "method": "foo.bar": "id": 2} -> route /foo/bar -> {action: bar, controller: foo, module: default}
12-
{jsonrpc: "2.0", "method": "foo.bar.baz": "id": 3} -> route /foo/bar/baz -> {action: baz, controller: bar, module: foo}
13-
```
148
* Supports batch processing.
9+
* Fully [JSON-RPC 2.0](http://www.jsonrpc.org/specification) compliant.
1510

1611

1712
## Usage

0 commit comments

Comments
 (0)