Do post request to external api #7896
Unanswered
VishnuVardhan-Dwarampudi
asked this question in
Q&A
Replies: 2 comments
-
Would it be possible to use an existing HTTP library (e.g. Axios, Got)? A LoopBack 4 project is still a Node.js project at its core, so the usual Node.js knowledge and tricks still apply. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Am going to update this section to demonstrate how to do this: https://loopback.io/doc/en/lb4/Calling-rest-apis.html#add-the-rest-endpoints |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do post request to external api with json body, from loopback4 application. Please share some examples.
Beta Was this translation helpful? Give feedback.
All reactions