Molecular Data

फ़्री
द्वारा Piyiyo | अपडेट किया गया 5 days ago | Science
लोकप्रियता

8.3 / 10

लेटेंसी

364ms

सेवा का स्तर

100%

Health Check

N/A

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

Does not work

Rapid account: Paulfrischknechtmx
paulfrischknechtmx
2 years ago
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 years ago

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.

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

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