Created
April 5, 2020 12:59
-
-
Save ilyaskarim/f20a8b34193486c4a2fa3ca4209bc5b5 to your computer and use it in GitHub Desktop.
Context in Rest API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Consider below function as Expess JS Rest Api Handler | |
function (req,res) { | |
// context is available in req.[context_name] and configuration passed context is available at req.context | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment