From ae46b3020738f1f7fed85faace5a600169adea7a Mon Sep 17 00:00:00 2001 From: Simon Redfern Date: Fri, 1 Apr 2022 12:25:55 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16bbb5d..c160af2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # API Manager -This is a Django project to manage the Open Bank Project APIs via API Calls. +This is a Django project to manage the Open Bank Project via API Calls. + +You can use this project to: + +1. Manage API Consumers (Apps) +2. View API Metrics (which Consumers called which endpoints) +3. Grant / Revoke User Entitlelements +4. Manage certain resources e.g. Branches +5. etc. etc. To use this app, you need to authenticate against a sandbox where you have to register an account beforehand. Currently, you can enable or disable consumers.