Changes between Initial Version and Version 1 of Ticket #14618
- Timestamp:
- 08/15/2010 02:20:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14618 – Description
initial v1 37 37 38 38 == Admin Ajax == 39 Admin ajax requests and responses should be converted to use the JSON 2.0 RPC 39 Admin ajax requests and responses should be converted to use the JSON 2.0 RPC. 40 40 41 41 For example, a request to delete a comment could look like the following: … … 45 45 Note that the `wp.deleteComment` method is already defined for XML-RPC; using a common interface would give greater attention to XML-RPC and would improve consistency across the board. 46 46 47 A response to the followingmight look like this:47 A response to the previous might look like this: 48 48 49 49 `{"jsonrpc": "2.0", "result": "deleted", "id": 4567}`