McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 21

↗ View in doc context
page
21
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::5

JavaScript Library and Sample Gadgets Finesse provides a JavaScript library (finesse.min.js) and several sample gadgets to help jump-start your gadget development. The JavaScript library provides a substantial amount of fundamental code infrastructure that you would otherwise must write yourself. • You can access the JavaScript library at the following URL: https://<FQDN>:<port>/desktop/assets/js/finesse.min.js The unminified version of finesse.min.js can be accessed from the URL: https://<FQDN>:<port>/desktop/assets/js/finesse.js Note • You can access the JavaScript documentation at the following URL: https://<FQDN>:<port>/desktop/assets/js/doc/index.html • You can access JQuery at the following URL: https://<FQDN>:<port>/desktop/assets/js/jquery.min.js. • If you have third-party gadgets that are loaded on Finesse, the third-party gadgets can access the JavaScript library at: /desktop/assets/js/finesse.min.js. • The sample gadgets are available from Cisco DevNet at the following link: https://developer.cisco.com/ site/finesse/. For the proper functioning of the JavaScript library, you must import both the Finesse JavaScript library and JQuery. Note Communication with the Cisco Finesse Web Service The Cisco Finesse Notification Service name in the following diagram is specific to Unified CCE deployments. In a Unified CCX deployment, the notification service is named the Cisco Unified CCX Notification Service. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 5 Introduction JavaScript Library and Sample Gadgets

Image 1 from page 21