Ilari Mäkimattila
Ilari Mäkimattila
Add definition files for Typescript. Fixes #117. HTTP request and response are typed to corresponding axios objects. Mainly because I don't have motivation to test other providers.
Previous version required the changes to be published in a named repo, making local testing impossible. This will also fix the `--version` endpoint to show the correct information instead of...
This will replace the default behavior of redirecting to serving the resource directly. For example for request `GET /path//to/file` the previous behavior was to respond with `301 Moved Permanently` with...