Molecular Data

無料
よって Piyiyo | 更新済み hace 15 días | Science
人気

8.6 / 10

レイテンシー

186ms

サービスレベル

100%

Health Check

N/A

すべてのディスカッションに戻る

Does not work

Rapid account: Paulfrischknechtmx
paulfrischknechtmx
hace 2 años
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 hace 2 años

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.

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿