Changes for page 4. Можливості

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

From version 1.1
edited by Ashterix
on 2024/05/16 11:44
Change comment: There is no comment for this version
To version 2.1
edited by Ashterix
on 2024/07/11 13:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,1 +1,11 @@
1 -{{children/}}
1 +== [[Functionality Provided by the Library>>doc:]] ==
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:.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:.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]]
10 +* Caching of method responses that have relatively static results (see [[#~[RPC\Cache~]>>doc:docs.JsonRpcBundle.add_rpc_service.cache.WebHome]])
11 +