ripozo v0.2.1 Release Notes

Release Date: 2015-05-08 // almost 9 years ago
    • Endpoints that are generated now use "__" as the default endpoint name
    • ✂ Removed check fore the base rest endpoint. This doesn't take into account dispatchers having url_prefixes
    • Added get method to RequestContainer which searches through the url_params, query_args, and then the body_args to find a value
    • ➕ Added create_fields property to the BaseManager. This allows a user to specify which fields are valid for creation.
    • related resources and linked resources named tuples