teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

個人情報のApi Keyが載っていた為マスクいたしました。

2019/09/13 03:07

投稿

Daenarys
Daenarys

スコア4

title CHANGED
File without changes
body CHANGED
@@ -19,8 +19,8 @@
19
19
  ソースコード(test.js):
20
20
  var request = require('request');
21
21
  var crypto = require('crypto');
22
- const ApiKey = 'CYzjFBxQyrpN8ZSpK1hbRh';
22
+ const ApiKey = 'xxxxxxx';
23
- const ApiSecret = 'BlBNatxe05Q9EXvSetPXFr812yjpMac1a9V6DCwO1nk=';
23
+ const ApiSecret = 'xxxxxxx';
24
24
  const API_VERSION = '/v1/';
25
25
  const PRODUCT_CODE = 'FX_BTC_JPY';
26
26
  const GET = 'GET';