Posts by joana • 3 points
1 post
-
0
votes1
answer85
viewsQ: Make an httprequest call with Curl
I have a url of an api that returns me a json, and I wanted to make a request for the information to be updated, and then decoded through json_decode, so I know I would have to make an httprequest…