Next: , Previous: , Up: Top   [Contents][Index]

5 Starting the API

APIs are started calling the function start-api

Common Lisp Function: (start-apiapi &rest args)

Start an api at address and port.

In production mode, we bind the api directly. In debug mode, we only bind the API name in order to be able to make modifications to the api (definition) in development time


Next: , Previous: , Up: Top   [Contents][Index]