Skip to content

Commit

Permalink
#34: Add table specific resource classes
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Aug 14, 2019
1 parent fa374f7 commit 7f13768
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Empty file.
26 changes: 26 additions & 0 deletions src/resources/table_endpoints/table_endpoints.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
from flask_restful import Resource


class UsersInvestigations(Resource):
pass


class UsersInvestigationsCount(Resource):
pass


class InstrumentsFacilityCycles(Resource):
pass


class InstrumentsFacilityCyclesCount(Resource):
pass


class InstrumentsFacilityCyclesInvestigations(Resource):
pass


class InstrumentsFacilityCyclesInvestigationsCount(Resource):
pass

0 comments on commit 7f13768

Please sign in to comment.