Hi guys.
Just started writing a Javascript client for our application and I am experiencing some difficulties accessing the API.
I am trying to call my app which has a service in the DSP named, let’s say, “Test1”.
So I attempt to trigger it this way:
window.app.getTest1 = function () {
window.df.apis.Test1(function (response) {
});
What I see in Chrome’s debugger is: Uncaught TypeError: object is not a function
I guess he doesn’t recognise window.df.apis.Test1 as the correct path to my service?
Hello, please help me am new to dreamfactory i posted a question and
still haven`t gotten any response back yet. here is the link to my
question please.