skymethod / denoflare

Develop, test, and deploy Cloudflare Workers with Deno.
https://denoflare.dev
MIT License
706 stars 35 forks source link

feat(kv): add missing methods for workers kv namespace #53

Closed thebergamo closed 1 year ago

thebergamo commented 1 year ago

Thank you for the project.

I have added the missing methods for the Workers KV to work, please let me know if my implementation makes sense with the guidelines of the project or if any changes are needed.

johnspurlock-skymethod commented 1 year ago

thanks! Can you limit your changes to functionality only instead of reformatting? The cloudflare_api diff looks too big, appears to be mostly reformatting

thebergamo commented 1 year ago

Oh, that's prettier, let me check if I can disable it.

thebergamo commented 1 year ago

@johnspurlock-skymethod can you check now? Tried to keep it as close as possible to the original coding style.

johnspurlock-skymethod commented 1 year ago

Appreciate it - this is a good start so I'm happy to commit it. I'll follow with a quick formatting commit to make it match the style.

thebergamo commented 1 year ago

Need to analyze it and check it, in my current development I'm not using the hot reload that much, but will take a look later today