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 40 API-Manager issues
Sort by recently updated
recently updated
newest added

... clicking on the name of partial function should take the user back to the list view and only show the calls to that partial function (with other search criteria...

enhancement

We need to check the user has create role and delete entitlmement request *before* doing the action. Else we end up in inconsistant state.

listing all users is too slow. Also should be able to search by username as well as email

enhancement
blocked

APIError 500: Something unexpected happened while serving the page at /obp/v3.0.0/users/6c34413c-0148-44be-9113-9e8c56789eef/entitlements This might be related to an error on OBP-API with CanGetConnectorMetrics ??

API Manager currently uses a database to check if the user is logged and for general session management. Maybe this can be accomplished completely by cookies and no database is...

enhancement

It might be advantageous to use Django's model layer to handle the data retrieved from the API. Using that, common packages like `django-filters` could be used.

enhancement

**Know your developers** - Location of developers - Category of developers (Individual, Startup/SME, Consulting/Solution Provider, Corporate, Other) - Time to first API call (from moment developer sign up to making...

enhancement
blocked