Link Search Menu Expand Document

Options API

Each module can be configured to have an API that describes other available APIs for that endpoint.
It can be done by configuring optionsEnabled parameter in module configuration.

module<Game>("games") {

     ...
     
     optionsEnabled = true
     
     ...
     
}

This will open an OPTION API for the module.


Copyright © 2021 Dario Pellegrini