afgh
06/20/2017, 8:06 AMragnorc
06/20/2017, 9:03 AMvisualbbasic
06/20/2017, 9:48 AMalberto
06/20/2017, 10:49 AMalberto
06/20/2017, 10:49 AMdelgermurun
06/20/2017, 11:22 AMbooks: [{name: String}]
I don't want separated collection (in DB), just embedded list in object.ppatidar
06/20/2017, 11:25 AMjoar
06/20/2017, 11:53 AMyousef.samir
06/20/2017, 12:46 PMyousef.samir
06/20/2017, 12:46 PMyousef.samir
06/20/2017, 12:46 PMfranzp
06/20/2017, 2:33 PMyolen
06/20/2017, 2:35 PMyolen
06/20/2017, 2:35 PMconst fetch = require('isomorphic-fetch')
module.exports = function (event) {
fetch('<https://jsonplaceholder.typicode.com/users/>')
.then(response => {
console.log(response)
return response.json()
})
.then(data => {
console.log(data);
return data
})
}
yolen
06/20/2017, 2:36 PMfranzp
06/20/2017, 2:39 PMfranzp
06/20/2017, 2:39 PMfranzp
06/20/2017, 2:39 PMyolen
06/20/2017, 2:41 PMyolen
06/20/2017, 2:43 PMsteven
06/20/2017, 4:02 PMamann
06/20/2017, 4:32 PMdomthegrom
06/20/2017, 4:47 PMCardStack
that takes in an ImageURL
a name
and a price
from a price index API that I am using. How can I have my CardStack
approve the addition of a new card based on my API and whether it has that price for that certain item? As well as decline the addition to the CardStack
if the API doesn't have the price.domthegrom
06/20/2017, 4:48 PMajmakhl
06/20/2017, 6:13 PMandyblack
06/20/2017, 10:24 PMaurnik
06/20/2017, 10:47 PMmike.johnson
06/20/2017, 11:13 PMdomthegrom
06/20/2017, 11:20 PMdomthegrom
06/21/2017, 12:11 AM