Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import { Stitch } from 'mongodb-stitch-browser-sdk';
  2.  
  3. window.onload = () => {
  4.   const client = Stitch.initializeDefaultAppClient('cancer-research-bountify-swkvs');
  5.   client.callFunction('getDrugData', ['abvd']).then((response) => {
  6.     console.log('Response:', response)
  7.   });
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement