Changes for page 4. Можливості
Last modified by Ashterix on 2024/07/11 13:10
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,11 +1,10 @@ 1 -== [[Functionality Provided by the Library>>doc:]] == 1 +== [[Functionality Provided by the Library>>doc:docs.JsonRpcBundle.functionality.WebHome]] == 2 2 3 3 After installation, you immediately get: 4 4 5 -* An entry point for your Json-RPC API that can accept both synchronous and [[asynchronous requests>>doc:.async.WebHome]] 5 +* An entry point for your Json-RPC API that can accept both synchronous and [[asynchronous requests>>doc:docs.JsonRpcBundle.functionality.async.WebHome]] 6 6 * Automatic generation of API capability documentation in json format (see [[Bundle Configuration>>doc:docs.JsonRpcBundle.config_v7.config]]) 7 -* The ability to subscribe to RPC server lifecycle events (see [[Lifecycle Events>>doc:.events.WebHome]]) 8 -* Batch requests with the ability to use elements of one request's response in the body of another request in the same series (see [[Batch Requests>>doc:.batch.WebHome]]) 9 -* Requests with a response to a [[webhook or web-socket>>doc:.callback.WebHome]] 7 +* The ability to subscribe to RPC server lifecycle events (see [[Lifecycle Events>>doc:docs.JsonRpcBundle.functionality.events.WebHome]]) 8 +* Batch requests with the ability to use elements of one request's response in the body of another request in the same series (see [[Batch Requests>>doc:docs.JsonRpcBundle.functionality.batch.WebHome]]) 9 +* Requests with a response to a [[webhook or web-socket>>doc:docs.JsonRpcBundle.functionality.callback.WebHome]] 10 10 * Caching of method responses that have relatively static results (see [[#~[RPC\Cache~]>>doc:docs.JsonRpcBundle.add_rpc_service.cache.WebHome]]) 11 -