Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data source of deck #520

Open
nik9839 opened this issue Jul 19, 2017 · 1 comment
Open

data source of deck #520

nik9839 opened this issue Jul 19, 2017 · 1 comment

Comments

@nik9839
Copy link

nik9839 commented Jul 19, 2017

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
}));

@kprist
Copy link
Member

kprist commented Aug 11, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants