cmorten / opine

Minimalist web framework for Deno ported from ExpressJS.
https://github.com/cmorten/opine/blob/main/.github/API/api.md
MIT License
854 stars 43 forks source link

[DOCS] Document app.param() and Router.param() in API docs #50

Closed asos-craigmorten closed 4 years ago

asos-craigmorten commented 4 years ago

Issue

Add API documentation for newly implemented app.param() and Router.param() APIs

Details

Add the documentation to the the API docs found in the ./.github/API/ directory. Generally documentation can be lifted fairly seamlessly, but take care to:

Express Docs:

Express Docs Src: