Kong / kong-python-pdk

Write Kong plugins in Python (Experimental)
Apache License 2.0
40 stars 14 forks source link

fix(pdk) plugin closure syntax correction #64

Closed wjziv closed 2 years ago

wjziv commented 2 years ago

fix https://github.com/Kong/kong-python-pdk/issues/28

Drafted using the new-instance method as a template. Tested in a sample instance of kong.

I don't see any unit testing in this library; have I missed it somehow?

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

fffonion commented 2 years ago

@wjziv Tests for python PDK are planned work but not yet prioritized, PRs are welcomed in the meanwhile!

fffonion commented 2 years ago

Thank you @wjziv !