This is the source code for everything demonstrated in the "Linked services and the proxy API" series of videos here: https://help.sharedo.co.uk/en_US/developer-guide-api-integration
The fake transaction service can be run from the DemoApi folder as follows;
To run with CORS disabled.
dotnet run
To run with CORS enabled.
dotnet run -- -cors
To add the IDE widget:
- Create a new folder in the IDE called
ApiDemo - Drag/drop
/IDE/ApiDemo.ziponto that IDE folder - Click the menu button for the zip and select to extract all here.
To add the custom workflow action:
- Create a ne folder in the IDE called
ApiDemoWF - Drag/drop
/IDE/ApiDemoWF.ziponto that IDE folder - Click the menu button for the zip and select to extract all here.