UI - API
The LemonEdge API underpins the entire platform and provides you access to every aspect of the system, as granularly as you would like.
60% of the LemonEdge platform itself (including 100% of all the entities in the system) were written using our own API. This accelerates our development in the same powerful way that it accelerates your development.
For more information on using the .Net platform to create your own dll libraries that can loaded into our AddIn Modules on top of the LemonEdge platform, see our developer documentation here.
This covers the API set of functionality accessible to users through the application itself.
API Features
Our API is designed to give you tools to ensure you can create, maintain, and evolve your system as you see fit without having to rely on ourselves as a vendor, nor expert (and often costly) technical development. Instead you only require the business domain knowledge specific to the problems you want to solve, in order to see that through as a solution on our platform. The API is about giving you ownership, rights and control back to your solutions.
The API is split into the following main areas:
- Auto-Code Designers
Our Auto-Code designers are centered around our philosophy of transparency; ensuring nothing you design is a black box configuration requiring proprietary expertise you can only get from us. Instead, everything you configure here can be exported into actual c# code. You can theen use this as a template, or change it to precisely fit your needs, and integrate into your solution, with no restrictions. - Code
This functionality provides areas by which you can utilise our formula engine [more info] to provide processes, and also integrate your own custom dlls into AddIn Modules to become your software solution. - UI This area provides configuration and customisation around the user interface such as icons and layouts.
Check back in regularly, as the team are continuously making updates.