krakend / krakend-lua

a lua interpreter for the KrakenD framework
Apache License 2.0
7 stars 14 forks source link

Add del operation for lists #21

Closed kpacha closed 3 years ago

kpacha commented 3 years ago

this PR introduces the del operation for lists:

local original_collection = responseData:get("collection")
original_collection:del(2)
responseData:set("collection", original_collection)
github-actions[bot] commented 2 years ago

This pull request was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.