Geoffrey-Django/GeoffreyApp/api
Joey Hines ec49b7c873 First pass of a GraphQL API
+ All location types can be queried based on name or id
+ If no query parameters are provided, all locations are returned
+ Integrated with the api tokens for the other APIs
2020-08-16 12:06:51 -05:00
..
__init__.py Rearranged project so it could be packaged easily 2019-05-10 20:29:44 -05:00
commands.py Added the restock_multiple command using iregex to query items (#24) 2020-08-12 02:14:28 +02:00
key.py Added models_api perm 2019-09-17 11:23:47 -05:00
schema.py First pass of a GraphQL API 2020-08-16 12:06:51 -05:00
urls.py Rearranged project so it could be packaged easily 2019-05-10 20:29:44 -05:00
views.py Fixed POST request key issue 2019-09-25 18:43:02 -05:00