We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45b0ae commit 50ec74dCopy full SHA for 50ec74d
documentation/snippets/temporal.md
@@ -1,6 +1,11 @@
1
> ```javascript
2
> var withSecret = false;
3
>
4
+> // Example with just IP address set
5
+> var response = Breinify.temporalData({
6
+> 'ipAddress': '74.115.209.58'
7
+> }, withSecret);
8
+>
9
> // Example with IP address, timezone and localdata time
10
> var response = Breinify.temporalData({
11
> 'ipAddress': '74.115.209.58',
0 commit comments