Source code for spresso.view.api.api

from spresso.view.base import TemplateView


[docs]class ApiView(TemplateView): """ View that specifies the template for the api endpoint. """
[docs] def template(self): return self.settings.api_template