lumi icon indicating copy to clipboard operation
lumi copied to clipboard

Lumi is an nano framework to convert your python functions into a REST API without any extra headache.

Results 3 lumi issues
Sort by recently updated
recently updated
newest added

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 -...

enhancement

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...

enhancement