Created
May 2, 2014 21:40
-
-
Save laser/bdbe13cf289e0d73aebb to your computer and use it in GitHub Desktop.
Outbound JSON-RPC 2.0 Request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jsonrpc":"2.0", | |
"id":"bv0D1yRJhkABZ3fx8ofU", | |
"method":"TodoManager.createTodo", | |
"params":[ | |
{ | |
"title":"Call Dad", | |
"completed":false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment