Skip to content

Optimizations to dm-translate.

Simon Ingelsson requested to merge feature/dm-translate-use-power-of-jq into master
  • Eliminated dependency on python (jq can do urlencode)
  • Use associative array
  • Limit amount of curl calls
  • modified jq command to do the work instead of sed/cut/tr
Edited by Simon Ingelsson

Merge request reports