Skip to content

v1.15.0

Latest

Choose a tag to compare

@BriannaDelgado BriannaDelgado released this 26 Mar 20:04
· 1 commit to main since this release
v1.15.0
424aad4

Added

  • Added JSON request body support to HttpContent and HttpClientWrapper, enabling
    JSON-encoded API calls via sendJsonRequestWithBackoff() and sendJsonPatchRequestWithBackoff().
  • Added support for style rules CRUD endpoints in the DeepLClient class:
    createStyleRule(), getStyleRule(), updateStyleRuleName(),
    updateStyleRuleConfiguredRules(), and deleteStyleRule().
  • Added support for style rule custom instruction CRUD endpoints in the
    DeepLClient class: createStyleRuleCustomInstruction(),
    getStyleRuleCustomInstruction(), updateStyleRuleCustomInstruction(),
    and deleteStyleRuleCustomInstruction().
    Please refer to the README for usage instructions.