jebrage

Results 3 comments of jebrage

Yes. A task to load the DB from a dump at start up would be great too.

Ok I have found a workaround Replace @api.expect with @api.parameters like this. ``` @api.parameters(CompanySchema(), locations=('json', 'form')) def post(self, data): """ Creates a new company. """ # data = request.json return...

@kundeng The methods above worked correctly as expected with Samsung Geo HC10. Thanks. Would it be there in the next version? I extended the handle method for now.