I have a curl command which i want to execute from the serverside of meteor and then retrieve the result.
curl -k htts://<username>:<usertoken>@<url>/api/json?pretty=true
Is it possible to do this? are there any way we can achieve this?
I have a curl command which i want to execute from the serverside of meteor and then retrieve the result.
curl -k htts://<username>:<usertoken>@<url>/api/json?pretty=true
Is it possible to do this? are there any way we can achieve this?