File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 77>
88``` javascript
99Breinify .setConfig ({
10- apiKey: ' 23AD-F31F-F324-6666-AC2D-C526-D829-BBC2 '
10+ apiKey: ' time-is-ticking '
1111});
1212```
Original file line number Diff line number Diff line change 11>
22``` javascript
33Breinify .setConfig ({
4- apiKey: ' 23AD-F31F-F324-6666-AC2D-C526-D829-BBC2 ' ,
4+ apiKey: ' time-is-ticking ' ,
55 secret: ' time-rift'
66});
77```
Original file line number Diff line number Diff line change 1- ``` javascript
2-
3- var withSecret = false ;
4-
5- var response = Breinify .temporalData ({
6- ' ipAddress' : ' 74.115.209.58' ,
7- ' localDateTime' : ' 74.115.209.58' ,
8- ' timezone' : ' Sun 25 Dec 2016 18:15:48 GMT-0800 (PST)'
9- }, withSecret);
10-
11-
12- ```
1+ > ``` javascript
2+ > var withSecret = false ;
3+ >
4+ > var response = Breinify .temporalData ({
5+ > ' ipAddress' : ' 74.115.209.58' ,
6+ > ' localDateTime' : ' Wed Oct 26 2016 13:02:06 GMT-0700 (EDT)' ,
7+ > ' timezone' : ' America/New_York'
8+ > }, withSecret);
9+ >
10+ > ` ` `
You can’t perform that action at this time.
0 commit comments