lumi
lumi copied to clipboard
Lumi is an nano framework to convert your python functions into a REST API without any extra headache.
is there any simple way to create simple loggong mechanism per function?
Currently, Lum supports communication over JSON only. But in real life, we need to upload files and also download files from Server. So we will bring that support Tasks -...
Currently, Lumi accepts only application/json. It's best because the data type doesn't convert to string when reached to the server. But in some special cases, we may need `application/x-www-form-urlencoded` and...