PlantLink

무료
분류별 danwiding | 업데이트됨 a month ago | Other
Health Check

N/A

모든 토론으로 돌아가기

How to start

Rapid account: Boonty 13
Boonty13
4 years ago

Hello,
I’m a beginner in the use of API and I don’t understand how yours works…
I tried to write to code snippet given for the list of plant with my own API Key :

var request = require(“request”);

var options = {
method: ‘GET’,
url: ‘https://plantlink.p.rapidapi.com/plants’,
headers: {
‘x-rapidapi-host’: ‘plantlink.p.rapidapi.com’,
‘x-rapidapi-key’: ‘myAPIkey’,
useQueryString: true
}
};

request(options, function (error, response, body) {
if (error) throw new Error(error);

console.log(body);

});

It returned :
{“message”:“Oops, an error occurred. Please contact support@rapidapi.com”}

Can you help me please ?

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입