slidewiki-platform
slidewiki-platform copied to clipboard
data source of deck
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 }));
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