Skip to content

22.3

Choose a tag to compare

@YaroslawEkimov YaroslawEkimov released this 17 Jun 07:28
· 117 commits to master since this release

Enhancements in Version 22.3

  • Online methods returns the dictionary of files with included original filename as key instead of single file content in responses.
  • Parameters contained sensitive data should be passed in encrypted form. Names of the parameters have 'encrypted' prefix.
  • Added Encrypt method to encrypt data on the API public key. Use it to prepare values for parameters required encrypted data.
  • GetPublicKey method is not billable.
  • Changed type of enumerations for members of SaveOptionsData and other inherited classes from string to enum.