Molecular Data

FREE
By Piyiyo | Updated 2 years ago | Science
Popularity

8.5 / 10

Latency

794ms

Service Level

100%

Back to All Discussions

Does not work

Rapid account: Paulfrischknechtmx
paulfrischknechtmx
9 months 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 8 months 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.

Join in the discussion - add comment below:

Login / Signup to post new comments
Rating: 1 - Votes: 2