You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to integrate with this library and I've been following the documentation and examples you have available, but unfortunately it appears the latest release (0.45) has deleted the function GeneratePublicKeyRequest used to generate a request object for generating a public key.
I can see some of the models in charge of generating the request object got renamed to:
model/InlineResponse20012Links.spec.js
But I'm not entirely sure by the name or implementation if that's the new helper for creating the request.
For now I will rollback to the previous version from January and tests if I can still connect to the Rest API's.