node-sdk
node-sdk copied to clipboard
Node SDK for Nitric
Currently when testing an application with `nitric start`, if the application is run before nitric starts, generic connection refused errors are given. A specific error relating to not being able...
## Feature Request ### Suggestion Many applications only include a single API gateway, particularly when developers are learning the framework. To make this use case easier let's expose a 'default'...
Add comments for all method parameters as they are missing in numerous places. For example: - The options for signUrl don't tell me if the expiry is in seconds or...
When responding to API requests with a file a convenience method would be nice that sets the appropriate response headers for a redirect and returns the pre-signed read URL. Dev...
Probably not urgent, but features that simplify and optimize moving/copying files would be useful. Particularly if we can use steams or existing features of the storage service to make the...
Add logging of GRPC Error Details. Nitric Service errors now return structured error information to help developers debug code and operational staff support applications. An example error report from the...
## Feature Request ### Suggestion Add cors middleware handling to the api resource. Enabled by default, with the ability to override headers. It should also auto generate the options handlers...
## Feature Request ### Suggestion Using Express.js again with TypeScript we noticed it's able to auto-complete the path param property names on requests based on the defined route. Example: ...
Long running batch job support for Node Requires these to be merged: - https://github.com/nitrictech/nitric/pull/666 - https://github.com/nitrictech/cli/pull/779