slidewiki-platform icon indicating copy to clipboard operation
slidewiki-platform copied to clipboard

data source of deck

Open nik9839 opened this issue 7 years ago • 1 comments

from where the slide are picking up the data for display. some api request is being made but i am unable to trace it.

in app.js i found this but not sure what it is

// register plugins app.plug(fetchrPlugin({ xhrPath: '/api' // Path for XHR to be served from }));

nik9839 avatar Jul 19 '17 06:07 nik9839

Hi @nik9839, we are using https://github.com/yahoo/fetchr for the data access layer, and microservices for various functionalities, including the managing of decks and slides. That service can be found here: https://github.com/slidewiki/deck-service. For the rest of the data that is used in this website project , just check the files in this folder for API access details: https://github.com/slidewiki/slidewiki-platform/tree/master/services

kprist avatar Aug 11 '17 10:08 kprist