Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. functionBlah () {
  2. let options = { FIRST REQUEST to an api };
  3. request.get(options).then(body => { .... }).then(result => let options = { NEW REQUEST to another api }; request.get(options).then(body .....)
  4. ...
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement