0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added make_decorator decorator More... over 8 years ago
Fixed paths, and simplified params with Param objects More... over 8 years ago
Simplified creation of decorators with the make decorator, decorator! More... over 8 years ago
Updated shortcuts to work with new style of definition, simplified parameter collection to a list of Param classes More... over 8 years ago
Added a Param structure to represent swagger style parameters, Added a default resource object used as a placeholder for resources defined on bound ResourceApi instances More... over 8 years ago
Expanded Type enum to include Fields and native types More... over 8 years ago
Include a UserApi More... over 8 years ago
Use a absolute import More... over 8 years ago
Cut off first item More... over 8 years ago
Support indexing and slicing of UrlPaths More... over 8 years ago
Added support for BodyParams More... over 8 years ago
Removed DefaultString and updated the name to match what it is More... over 8 years ago
Added a filter to return PathNodes from UrlPath More... over 8 years ago
Deprecated route decorator More... over 8 years ago
Started introducing doc decorators back More... over 8 years ago
Made the doc operations the sources of truth for doc types and build out so order of decorators shouldn't matter More... over 8 years ago
Started building out documentation decorators and expanding operation to handle them More... over 8 years ago
Compare against string types More... over 8 years ago
Modify test route to test More... over 8 years ago
Handle operation sub path as a url_path More... over 8 years ago
Introduce most sample APIs More... over 8 years ago
Build out more swagger support More... over 8 years ago
Added a placeholder tags More... over 8 years ago
Re-enabled more of the example API now that it's been re-built More... over 8 years ago
Fixed bug wit ordering of name and type when generating Flask URLs More... over 8 years ago
Some additional typing annotations added More... over 8 years ago
Updated implementation of SwaggerSpec resource API class to better support the updated design. More... over 8 years ago
Moved out the Operation decorator simplified the ResourceAPI class further to move more common code into the Operation decorator More... over 8 years ago
Moved the Operation decorator into decorators and tweaked implementation, extended. More... over 8 years ago
Compare against compat string_types (for now). Added a NoPath (empty UrlPath) constant More... over 8 years ago