Agave is a library that implement rest_api across the use of Blueprints based on Chalice Aws.
this library allow send and receive JSON data to these endpoints to query, modify and create content.
Install agave using pip:
pip install agave==0.0.2.dev0
You can use agave for blueprint like this:
from agave.blueprints.rest_api import RestApiBlueprint
agave include helpers for mongoengine, for example:
from agave.models.helpers import (uuid_field, mongo_to_dict, EnumField, updated_at, list_field_to_dict)
Correr tests
make test