MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / AccountsModelApi

Class AccountsModelApi

flask-api/app/views.py:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class AccountsModelApi(ModelRestApi):
40 resource_name = 'accounts'
41 datamodel = SQLAInterface(Accounts)
42
43
44appbuilder.add_api(AccountsModelApi)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected