PHP Classes

File: public/js/tinymce/src/core/src/test/json/routes.json

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/core/src/test/json/routes.json   Download  
File: public/js/tinymce/src/core/src/test/json/routes.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 1,214 bytes
 

Contents

Class file image Download
[ { "request": { "method": "get", "path": "/custom/json_rpc_ok" }, "response": { "json": { "result": "Hello JSON-RPC", "error": null, "id": 1 } } }, { "request": { "method": "get", "path": "/custom/json_rpc_fail" }, "response": { "json": { "result": null, "error": { "message": "General failure", "code": 42 }, "id": 1 } } }, { "request": { "method": "get", "path": "/custom/404" }, "response": { "status": 404, "json": {} } }, { "request": { "method": "get", "path": "/custom/403" }, "response": { "status": 403, "json": {} } }, { "request": { "method": "get", "path": "/custom/403data" }, "response": { "status": 403, "json": { "error": { "type": "error" } } } }, { "request": { "method": "post", "path": "/custom/imageUpload" }, "response": { "status" : 200, "json": { "location": "uploaded_image.jpg" } } } ]