Skip to content

API Developer Guidelines

Simon Redfern edited this page Mar 9, 2017 · 8 revisions

Developers working on OBP API source code should follow these guidelines:

Don't introduce inconsistencies in names

For instance, View permissions are named can_add_..., can_see_..., can_edit_ , can_delete_... So, whilst it might be tempting to start following Create Read Update Delete (CRUD) names instead, don't.

Don't introduce abreviations

For instance don't call bankId bank or accountId account.

Clone this wiki locally