Adapter returns the router adapter for this API, providing a generic interface to get request information and write responses.
()
| 256 | // Adapter returns the router adapter for this API, providing a generic |
| 257 | // interface to get request information and write responses. |
| 258 | Adapter() Adapter |
| 259 | |
| 260 | // OpenAPI returns the OpenAPI spec for this API. You may edit this spec |
| 261 | // until the server starts. |
no outgoing calls