Skip to content

API Developer Guidelines

Russell edited this page Aug 4, 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 don't call something can_create instead of can_add

Don't introduce abreviations

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

Clone this wiki locally