Skip to content

Commit c65b330

Browse files
authored
As an example, use value 'vLatest' for 'api_version'.
1 parent ea11f8e commit c65b330

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

examples/fms_meta.ipynb

+9-9
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@
5353
"requests.packages.urllib3.disable_warnings()\n",
5454
"\n",
5555
"fms = fmrest.Server('https://filemaker.example.org', # https://filemaker.example.org\n",
56-
"\t\t\t\t\tuser='fmsrest',\n",
57-
"\t\t\t\t\tpassword='fmsrest',\n",
58-
"\t\t\t\t\tdatabase='test_database', # Using a test database\n",
56+
" user='fmsrest',\n",
57+
" password='fmsrest',\n",
58+
" database='test_database', # Using a test database\n",
5959
" # The test database contains one table named \n",
60-
"\t\t\t\t\t# 'test_table' and one layout named 'test_layout'\n",
61-
"\t\t\t\t\tlayout='test_layout', \n",
62-
"\t\t\t\t\t# if you are testing without cert/domain \n",
63-
"\t\t\t\t\t# you may need the parameter verify_ssl=False here.\n",
64-
"\t\t\t\t\tverify_ssl=False,\n",
65-
"\t\t\t\t\tapi_version='v1'\n",
60+
" # 'test_table' and one layout named 'test_layout'\n",
61+
" layout='test_layout', \n",
62+
" # if you are testing without cert/domain \n",
63+
" # you may need the parameter verify_ssl=False here.\n",
64+
" verify_ssl=False,\n",
65+
" api_version='vLatest'\n",
6666
")\n",
6767
"\n",
6868
"print()\n",

0 commit comments

Comments
 (0)