Hi,
Congratulations for this lib, it seems quite interesting and powerful.
I'm trying to use it and it works.
I would like to test the cache capabilities and when I look at the doc, it isn't very clear. Example shows the use of JsonRipper and StoreService, but they're not in the public_api.
Also, in the doc, you should write the new way to init JsonapiBootstrap this way :
JsonapiBootstrap.bootstrap({
user_config: {url: 'https://my.api'}
});
I discovered the bootstrap static function looking at the code.
Thank you for the lib and for your help !