openbankproject_client.scope module
Scope endpoints for the OpenBankProject API Client.
- class openbankproject_client.scope.ScopeEndpoints(client)[source]
Bases:
objectScope-related API endpoints.
- __init__(client)[source]
Initialize the endpoint group.
- Parameters:
client – OpenBankProjectClient instance
- get_scope_by_id(scope_id: str) Dict[source]
Get Scope By Id.
- Parameters:
scope_id – Scope identifier
- Returns:
Dict containing scope information
- create_scope(data: Dict) Dict[source]
Create Scope.
- Parameters:
data – Scope data
- Returns:
Dict containing created scope information