API-Manager icon indicating copy to clipboard operation
API-Manager copied to clipboard

A Django project to manage the Open Bank Project API via API Calls

Results 34 API-Manager issues
Sort by recently updated
recently updated
newest added

verify should come from settings and default to true e.g. response = session.request(method, url, json=payload, verify=False)

https://apimanagersandbox.openbankproject.com/entitlementrequests/?time=year seems not to show most recent entitlement requests

Branches page should be under the new "Resources" menu item. List Branches Add Branch Delete Branch Update Branch. Use OBP Branches APIs

Add per second call limits to https://demo-manager.openbankproject.com/consumers/

When an entitlement request has been accepted or declined an email should be sent to the requesting user. Subject: OBP Entitlement Request for the Role Text should read: The Entitlement...

![image](https://user-images.githubusercontent.com/23308710/47048461-c714d480-d19a-11e8-8d97-a92254cec404.png)

![image](https://user-images.githubusercontent.com/23308710/47048375-80bf7580-d19a-11e8-8b30-a8fe90729a23.png)

to_date takes the time at which the server was started and does not update the time when the KPI Dashboard date is loaded.

enhancement

OBP-API enhancement [#815 Limit for getUsers](https://github.com/OpenBankProject/OBP-API/commit/0a05bf9275416005dbc9b22fa20bc2c3be0f97fd) implies response is limited to 50 users by default. We need to enhance the form in order to support pagination.

enhancement