TheRundown

फ्रीमियम
द्वारा TheRundown | अपडेट किया गया 4 дня назад | Sports
लोकप्रियता

9.7 / 10

लेटेंसी

252ms

सेवा का स्तर

100%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

Missing field `useQuerystring` in "Node.js - Request" sample code

Rapid account: Zachkirsch
zachkirsch
5 лет назад

The sample code under Node.js - Request is incorrect.

Because there are two queryParams of the same name (“include”), you need to add useQueryString: true to the request options.

var options = {
method: ‘GET’,
url: ‘https://therundown-therundown-v1.p.rapidapi.com/sports/2/events/2019-10-20’,
qs: {include: [‘all_periods’, ‘scores’], offset: ‘0’},
useQuerystring: true, // NEED THIS!!
headers: {
‘x-rapidapi-host’: ‘therundown-therundown-v1.p.rapidapi.com’,
‘x-rapidapi-key’: KEY
},
};

Rapid account: Therundown
therundown Commented 5 лет назад

Hi Zach,

Thanks for letting us know. We’ll forward this to RapidAPI so they can make the correction on their end.

Best,
TheRundown Team

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें