FastPix C# SDK moves to fastpix.com and fills in missing response fields
FastPix C# SDK moves to fastpix.com and fills in missing response fields
The FastPix C# SDK now defaults to the fastpix.com hosts and fills in a couple of missing response fields. For most integrations, updating the package and rebuilding is enough.
What’s new:
-
Default hosts moved to fastpix.com: the default server URL is now
https://api.fastpix.com/v1/. If you rely on the defaults, just update the package (dotnet add package Fastpix --version 1.1.3or later). If you pass an explicit.ioserver URL override (serverUrl:orWithServerUrl(...)), change it to.com, and update any hard-coded.ioplayback, image, or dashboard URLs before the.iohosts are decommissioned. -
Added missing response fields:
ManageVideos.ListAsynctracks now includeframeRate(VideoTrackForGetAll), which was silently dropped by the previous build, andSigningKeys.DeleteAsyncresponses now include the optionaldata.messageconfirmation. -
Maintenance (v1.1.4): refreshed the SDK version identifiers (the
SdkVersionconstant and theUser-Agentheader) into alignment with the package version, with no functional or API changes.