Molecular Data

ÜCRETSİZ
Taraf Piyiyo | Güncelleyen एक महीने पहले | Science
Popülerlik

2 / 10

Gecikme

112ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

Does not work

Rapid account: Paulfrischknechtmx
paulfrischknechtmx
2 वर्ष पहले
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 वर्ष पहले

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.

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun