From 9e7a5ee9f93e2ce9f3e0e82b10c09d0bcda00337 Mon Sep 17 00:00:00 2001 From: Keiran Price Date: Thu, 31 Oct 2019 14:21:01 +0000 Subject: [PATCH] #87: Split class diagram into 2 diagrams --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a0805be..3ac65391 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,10 @@ For example: The querying and filtering logic is located in `/common/database_helpers.py`. In this module the abstract `Query` and `QueryFilter` classes are defined as well as their implementations. The functions that are used by various endpoints to query the database are also in this module. -Class diagram for this module: -![image](https://user-images.githubusercontent.com/44777678/66651511-1d401a80-ec2b-11e9-96a4-316e94939a0f.png) +Class diagrams for this module: +![image](https://user-images.githubusercontent.com/44777678/67954353-ba69ef80-fbe8-11e9-81e3-0668cea3fa35.png) +![image](https://user-images.githubusercontent.com/44777678/67954834-7fb48700-fbe9-11e9-96f3-ffefc7277ebd.png) + #### Authentication Each request requires a valid session ID to be provided in the Authorization header. This header should take the form of `{"Authorization":"Bearer "}` A session ID can be obtained by