Skip to content

Commit 67cb6bc

Browse files
committed
Had some strange behavior on jsonfile not writing the tables on refresh. Added a flag for overwrite to filesync in the write options to ensure the overright. Testing shows it it writing now.
1 parent 4a5c6d8 commit 67cb6bc

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

dist/NowFile.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/NowFile.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/uxsyncnowcli

100644100755
File mode changed.

rest/get-requests.http

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Accept: */*
33
Cache-Control: no-cache
44
Authorization: Basic {{username}} {{password}}
55

6+
###
7+
GET http://{{host}}/api/global/uxsyncnow/getTables
8+
Accept: */*
9+
Cache-Control: no-cache
10+
Authorization: Basic {{username}} {{password}}
11+
612
###
713
GET http://{{host}}/api/global/uxsyncnow/getApplications
814
Accept: */*

rest/rest-client.env.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"development": {
3-
"protocol": "http",
4-
"host": "uxstormdev5.service-now.com",
5-
"username": "resttest",
6-
"password": "abc123"
3+
"protocol": "https",
4+
"host": "dev12345.service-now.com",
5+
"username": "admin",
6+
"password": "admin"
77
}
88
}

0 commit comments

Comments
 (0)