Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeneratePublicKeyRequest replacement #167

Open
sipsorcery opened this issue Jan 17, 2024 · 2 comments
Open

GeneratePublicKeyRequest replacement #167

sipsorcery opened this issue Jan 17, 2024 · 2 comments

Comments

@sipsorcery
Copy link

sipsorcery commented Jan 17, 2024

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?

@wrightsonm
Copy link

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.

@sipsorcery
Copy link
Author

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.,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants