This issue may be more informational than actionable because I already added this to the API, but feel free to make suggestions or completely trash the idea.
While developing the mobile banking interface I found it helpful to return the last few transactions for the accounts while fetching them from the API. Here's an example from the mock API:
GET http://localhost:3001/members/123001/accounts.json?transactions=3
This issue may be more informational than actionable because I already added this to the API, but feel free to make suggestions or completely trash the idea.
While developing the mobile banking interface I found it helpful to return the last few transactions for the accounts while fetching them from the API. Here's an example from the mock API:
GET http://localhost:3001/members/123001/accounts.json?transactions=3
The update to the API is on the wiki at https://github.com/trabian/hyperlocal-api/wiki/ApiAccount or you can see what changed.
The commit for the update to the mock backend is here: https://github.com/trabian/hyperlocal-api/commit/ad21ede6699def6c828e70299e35d01b8401b346