[This is preliminary documentation and is subject to change.]
The HOMAG productionAssist Feedback Client streamlines the process of accessing the productionAssist Feedback REST API. It's available as a NuGet package on nuget.org and can be smoothly integrated into .NET applications.
Moreover, developers can easily access the source code on GitHub to modify functions or convert them for usage in other programming languages.
To begin using the HOMAG ProductionAssist Feedback Client, you must first ensure that you have a valid HOMAG Connect ProductionAssist Fedback License.
Once you have confirmed your license, you can create an instance of the client by providing your Subscription Id and Authorization Key.
// Create new instance of the ProductionAssist Feedback client:
var client = new ProductionAssistFeedbackClient(subscriptionId, authorizationKey);
For further information on how to obtain your Authorization Key and Subscription Id, please visit the Authentication page for detailed instructions.