artyom
05/16/2017, 1:45 PMderbingle
05/16/2017, 2:03 PMkmandrup
05/16/2017, 2:43 PMkmandrup
05/16/2017, 2:43 PMkmandrup
05/16/2017, 2:45 PMkmandrup
05/16/2017, 2:45 PMkmandrup
05/16/2017, 2:52 PMcalvinl
05/16/2017, 4:24 PMapollo-client
and isomorphic-fetch
on my localhost (from nodejs). this is the error I get:
Error: Network error: request to <https://api.graph.cool/simple/v1/[redacted]> failed, reason: write EPROTO 140736015500224:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/s23_clnt.c:769:
This is on an Express server. It works on the browser side.
P.S. Congrats on the Product Hunt launch guys!alexgaspar
05/16/2017, 4:24 PMalexgaspar
05/16/2017, 4:24 PMgmuresan
05/16/2017, 4:40 PMschickling
05/16/2017, 4:51 PMnpm i -g graphcool
) to manage your GraphQL schema.
2) Functions: You can implement any kind of business logic using functions and even create inline-functions in the Console without the need for webhooks (which now also support HTTP headers).
You can read the full announcement here: https://www.graph.cool/blog/2017-05-16-introducing-a-cli-functions-teko4ab8za/
As we’re currently on Product Hunt and Hackernews, it would be awesome if you could support us there! 💚 🎉emilrmoeller
05/16/2017, 4:52 PMjero2rome
05/16/2017, 4:52 PMnotrab
05/16/2017, 4:52 PMdoug_w
05/16/2017, 4:52 PMcurl <https://api.github.com/?access_token=OAUTH-TOKEN>
The error I am getting: bad credentials
Am I misinterpreting the Auth token they are asking for?
createUser = () => {
const variables = {
idToken: window.localStorage.getItem('auth0IdToken'),
emailAddress: this.state.emailAddress,
name: this.state.name,
emailSubscription: this.state.emailSubscription,
}
fetch(`<https://api.github.com/user?access_token=${variables.idToken}`>)
.then(blob => blob.json())
.then(data => console.log(data))
}
paul
05/16/2017, 4:52 PMdoug_w
05/16/2017, 4:52 PMdoug_w
05/16/2017, 4:54 PMkode_k
05/16/2017, 4:56 PMkabriel
05/16/2017, 4:59 PMkmandrup
05/16/2017, 5:04 PMartyom
05/16/2017, 5:05 PM416serg
05/16/2017, 5:07 PMafgh
05/16/2017, 5:11 PMjoao.santos
05/16/2017, 5:13 PMhuv1k
05/16/2017, 5:38 PMyergi
05/16/2017, 5:38 PMbluetidepro
05/16/2017, 5:38 PM#162a3b,#0e202e,#1aaf5d,#FFFFFF,#0e202e,#FFFFFF,#1aaf5d,#dc5425
nikolasburk