Molecular Data

免费
通过 Piyiyo | 已更新 4 giorni fa | Science
人气

8.3 / 10

延迟

364ms

服务等级

100%

Health Check

N/A

返回所有讨论

Does not work

const $ = require('jquery')
let requestData = {
"moleculeId" : "16"
};

$.ajax({
type: 'POST',
dataType: 'json',
url: 'https://api.mandrilsoft.com',
data : JSON.stringify(requestData),
success: function(data) {
console.log(data);
}
});

just returns

{
  e: [
    'empty', 'empty',
    'empty', 'empty',
    'empty', 'empty',
    'empty', 'empty',
    'empty', 'empty',
    'empty', 'empty',
    'empty'
  ]
}
Rapid account: Piyiyo
Piyiyo Commented 2 anni fa

Hi Paul,

Currenly there are only 10 molecules, so the id goes up to 10. We will be adding more molecules in the future.

Greetings.

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论