We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }));
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
}));
The text was updated successfully, but these errors were encountered: