cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
257
Views
0
Helpful
1
Replies

Understanding FInesse js Client.logger and the Open AJAX/Redirect URI

browto2009
Level 1
Level 1

Hi,

I need some insight on how the built in FInesse js file is leveraged in this scenario for Pause and Resume gadgets:

Pause/Resume gadget calls XML file (leverages finesse js library) >> XML file calls js file >> js file calls a URL (API) for Pause and another for Resume.

It appears to me that the client.logger code is being leveraged ffrom the finesse js file.  There are lines of code in the Finesse js file that mentions and Open AJAX call and then a Redirect URI being created.  

Question - Is the Open AJAX and Redirect URI (in the code above) taking the URL's I have in the original js file to create the server to server communication?

Thanks,

1 Reply 1

I am not sure I follow your question. Finesse is using JS just like any other website would. In your case JS would hit some API (pause/resume) and then depending on response update the UI.

david