Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 343 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 343 Bytes

API router

This example demonstrates automatic mapping of modules using their respective file names using #import_map. This technique is useful whenever implementing APIs that are called using an uniform interface.

In the present example, the application loads all handler modules into a hash mapping API names to API handlers.