Skip to content

Instantly share code, notes, and snippets.

@sergueyarellano
Created May 26, 2021 18:30
Show Gist options
  • Save sergueyarellano/0986e59cacad80dee839af33756f636d to your computer and use it in GitHub Desktop.
Save sergueyarellano/0986e59cacad80dee839af33756f636d to your computer and use it in GitHub Desktop.
app.get('/stores', (req, res) => {
const responseBody = pipe(
composeRequest,
makeRequest,
composeResponse
)(lift(config))
// ...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment