SOLOTech.MaxCore 1.1.0
MAX Core API
This package allows to get Object Data (parts and assemblies) and Settings from MAX Core.
Usage
Install this nuget package and then add it to the application using Dependency Injection configuration:
builder.Services.AddMaxCore();
If the MAX Core backend runs in an endpoint different of http://localhost:5000, you have to add a setting to your appsettings.json file with the name "CoreBackendURL" and the endpoint address
No packages depend on SOLOTech.MaxCore.
.NET 8.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)