Examples for working with APIs for finaleinventory.com. Finale has two different API sets.
The REST API allows other systems to read and update data stored on the Finale service. Documentation at http://www.finaleinventory.com/developer/
The add-on API enables other applications to extend the Finale user interface using HTML and JavaScript. Documentation at http://www.finaleinventory.com/wfi/Integration_Add_ons
-
REST API examples:
- php Examples of calling REST API from PHP
-
Add-on API examples:
-
hellofinale Simplest possible add-on that displays static HTML
-
orderinfo Display calendar of open purchase and sales orders (uses AngularJS and FullCalendar jQuery plugin)
-
ordercalendar Display table of open sales orders and present form to collect additional info on each sales (uses AngularJS)
-