News

The repository is a simple template for an Azure Function App-based API implementation with two functions and two methods for each function. The purpose is to have an easy-to-use starter pack with ...
For now I've forked it with a tweak to allow overriding protected methods. The downside is that all protected methods get automatically wrapped into public ones in Python, though, on the other hand, ...