We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965ac76 commit 59bf7d3Copy full SHA for 59bf7d3
1 file changed
source/index.html.md
@@ -248,9 +248,8 @@ curl -n -sS -i -H 'Accept: application/vnd.betternow+json; version=1' \
248
// we are seeing issues with your API client
249
var yourEmailAddress = "<REPLACE WITH YOUR EMAIL>"
250
251
- // You could also use your secret key here, if accessing an endpoint that
252
- // requires it.
253
- var publishableKey = "<REPLACE WITH YOUR API KEY>";
+ // Only use your publishable key in client-side code
+ var publishableKey = "<REPLACE WITH YOUR PUBLISHABLE API KEY>";
254
255
// This is just an example for retrieving a fundraiser. If you would
256
// rather use another endpoint, you can change the url used in the
0 commit comments