|
53 | 53 | "requests.packages.urllib3.disable_warnings()\n",
|
54 | 54 | "\n",
|
55 | 55 | "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", |
59 | 59 | " # 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", |
66 | 66 | ")\n",
|
67 | 67 | "\n",
|
68 | 68 | "print()\n",
|
|
0 commit comments