Sunday 26 May 2019

what module do you recommend for building a simple REST api with an apiKey passed in the url param?

I am going crazy with all these different options. I've tried nest.js but it seems way too complicated for what I need:https://myapi.com/key/vjasdfa0s8y/calculateEndpointMy users will sign up and receive an API key they need to pass in the URI parameter to access this endpoint.What module lets me do this easily?I'm just really exhausted, I've been trying out different frameworks all day but just can't seem to find something that is light on config and dead simple.

Submitted May 27, 2019 at 04:31AM by canadasaram

No comments:

Post a Comment