Skip to content

Commit 50ec74d

Browse files
committed
make temporal snippets more uniform
1 parent b45b0ae commit 50ec74d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/snippets/temporal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
> ```javascript
22
> var withSecret = false;
33
>
4+
> // Example with just IP address set
5+
> var response = Breinify.temporalData({
6+
> 'ipAddress': '74.115.209.58'
7+
> }, withSecret);
8+
>
49
> // Example with IP address, timezone and localdata time
510
> var response = Breinify.temporalData({
611
> 'ipAddress': '74.115.209.58',

0 commit comments

Comments
 (0)