Answer the question
In order to leave comments, you need to log in
How to send a get request with parameters?
There is a site with api https://shikimori.one/api/animes
How to make a get request with the score parameter
Code:
param = {'score': 3}
request.get('https://shikimori.one/api/animes', params=param, function(err, response, body){
console.log(body)
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question