Open sipsorcery opened 10 months ago
I had this issue too. It looks like there is a V2 of microform and an associated API but I felt that was a step too far for this particular upgrade.
Instead I temporarily solved this in our private fork by modifying the openapispec JSON file to include the spec for the deprecated API call and rebuilding the project using the batch file in the generator folder.
Thanks. Very annoying that the calls were take out of the SDK even though they're still supported on the REST API. It means I'll have to keep maintaining my private version and nuget package as well.,
We're currently using the flex microform with an earlier version of this SDK. We've been informed we need to update due to a server change that will no longer accept a "(request-target)" header.
When attempting to use the latest version of the SDK it seems a number of the methods and apis we've used have been modified. The main one is
GeneratePublicKeyRequest
. I've had a search throught the docs but no joy.The previous example I used has now been commented out. What's the alternative?