Molecular Data

KOSTENLOS
Durch Piyiyo | Aktualisiert 4 days ago | Science
Popularität

8.3 / 10

Latenz

364ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

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.

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen