Skip to content

0.13.8

Choose a tag to compare

@eadwinCode eadwinCode released this 10 Dec 12:24
· 656 commits to master since this release
112a5ee

Features

  • Removed ControllerRouter and Merged it to APIController
  • Converted APIController to class decorator
  • Abstracted APIController to ControllerBase
  • Brokedown ControllerRoute[get,post,put,patch,delete] functions to http_get, http_post, http_put, http_patch and http_delete function decorators
  • Added global parameter eg:@api_controller('/{int:org_id}/')
  • Increased Test coverage