Wiki source code of 4. Можливості

Last modified by Ashterix on 2024/07/11 13:10

Show last authors
1 == [[Functionality Provided by the Library>>doc:docs.JsonRpcBundle.functionality.WebHome]] ==
2
3 After installation, you immediately get:
4
5 * An entry point for your Json-RPC API that can accept both synchronous and [[asynchronous requests>>doc:docs.JsonRpcBundle.functionality.async.WebHome]]
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: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 * Caching of method responses that have relatively static results (see [[#~[RPC\Cache~]>>doc:docs.JsonRpcBundle.add_rpc_service.cache.WebHome]])