ApiΒΆ

There is not much to say about Api except that it has an optional prefix and decorators. Use:

api.add_resources(YourResource)

To add a resource to the API. You can only add a single resource with a given name.