-
-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
external api data only #501
Comments
Usually the API would publish data on how you would connect. More than likely you would use something like super agent or axios. You could put it in a hook or actually create a service wrapper like Feathers-mailgun. |
You would implement your own service. I wrote about how to proxy to an external API in https://blog.feathersjs.com/using-feathersjs-to-make-your-existing-api-real-time-813f7c3fd892#.ave1gtmq8 |
Brilliant! thank you :-) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
Hi Guys,
I know how to call an external api from hooks in order to populate my own data. How would I go about calling an external api from my server and return all the data from that endpoint back to my app i.e. never touches my database just a thirdparty call.
The text was updated successfully, but these errors were encountered: