For testing and style guide page generation the api can get their models from the file system.
When the components will be running in the browser the data will be coming from either an AJAX call or another module.
Account for this in api.js module.
#16