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 11568f6 commit c6ee160Copy full SHA for c6ee160
client/src/test/resources/test.properties
@@ -0,0 +1,19 @@
1
+# Base Url
2
+TEST_HOST_URL=https://vika.cn
3
+# Replace Your API KEY
4
+TEST_API_KEY=uskXXXXX
5
+# Replace Your Test Datasheet Id
6
+TEST_DATASHEET_ID=dstXXXXXX
7
+# pager property
8
+DEFAULT_PAGE_NUM=1
9
+DEFAULT_PAGE_SIZE=5
10
+# do query in special view
11
+TEST_VIEW_ID=viwXXXXX
12
+TEST_SORT=field1:asc,field2:desc
13
+TEST_FIELDS=AutoNumber,Options
14
+TEST_RECORD_IDS=recej2maPqC9Y,recFgLinJede4
15
+TEST_FILTER_FORMULA={Number}>6
16
+TEST_FIELD_KEY=name
17
+TEST_MAX_RECORDS=5000
18
+
19
+TEST_NEW_RECORD=
0 commit comments