4. Functionality

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

Functionality Provided by the Library

After installation, you immediately get:

  • An entry point for your Json-RPC API that can accept both synchronous and asynchronous requests
  • Automatic generation of API capability documentation in json format (see Bundle Configuration)
  • The ability to subscribe to RPC server lifecycle events (see Lifecycle Events)
  • 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)
  • Requests with a response to a webhook or web-socket
  • Caching of method responses that have relatively static results (see #[RPC\Cache])