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 bb7ea34 commit 07076eeCopy full SHA for 07076ee
documentation/snippets/temporal.md
@@ -5,11 +5,4 @@
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',
12
-> 'localDateTime': 'Wed Oct 26 2016 13:02:06 GMT-0700 (EDT)',
13
-> 'timezone': 'America/New_York'
14
-> }, withSecret);
15
> ```
documentation/snippets/temporalfull.md
@@ -0,0 +1,10 @@
1
+> ```javascript
2
+> var withSecret = false;
3
+>
4
+> // Example with full user data
+> var response = Breinify.temporalData({
+> 'ipAddress': '74.115.209.58',
+> 'localDateTime': 'Wed Oct 26 2016 13:02:06 GMT-0700 (EDT)',
+> 'timezone': 'America/New_York'
+> }, withSecret);
+> ```
0 commit comments