deno-rest-api icon indicating copy to clipboard operation
deno-rest-api copied to clipboard

Simple REST API using Deno and Oak

Results 3 deno-rest-api issues
Sort by recently updated
recently updated
newest added

- [x] await body.value #4 ( which never got merged ) with less code change also fixes - [x] queryArray - [x] rowDescription?

I addition to the PR by Reza I added the type const product : Product = await body.value (not using this repo, I'm using other tables). Helps with writing (code...

Hi Brad, I'm sure you're already aware but Deno seem to br dropping Typescript as it's causing them more issues. [See here](https://startfunction.com/deno-will-stop-using-typescript/). Thanks