I am new to Django. I have created an API named http://127.0.0.1:8000/api/update/1/
and it works perfectly in the browser and on the Postman app.
Howev
The API isn't working in POSTMAN I tried http://127.0.0.1:8000/api/update/1/ shows an error because it requires some params to be inputted.
in this case, http://newsapi.org/v1/articles?source=bbc-news&sortBy=top&apiKey=8190df9eb51445228e397e4185311a66 the required params have been provided to the API, ie source, sortBy & apiKey
In local host You must start the server and also do app development in same system then only it works for you..