Skip to content

Commit

Permalink
Updates Documentation
Browse files Browse the repository at this point in the history
This commit updates project documentation in preperation for a release.

Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
  • Loading branch information
Luidog committed Nov 10, 2018
1 parent 5c89597 commit 3908596
Show file tree
Hide file tree
Showing 35 changed files with 1,999 additions and 1,671 deletions.
405 changes: 204 additions & 201 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/Agent.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/Client.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/Connection.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/Credentials.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/Data.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/global.html

Large diffs are not rendered by default.

318 changes: 162 additions & 156 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models_agent.model.js.html

Large diffs are not rendered by default.

27 changes: 16 additions & 11 deletions docs/models_client.model.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models_connection.model.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models_credentials.model.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models_data.model.js.html

Large diffs are not rendered by default.

220 changes: 177 additions & 43 deletions docs/module-Conversion%20Utilities.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-Transformation%20Service.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-filemaker%20utilities.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-request.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/services_transform.service.js.html

Large diffs are not rendered by default.

27 changes: 19 additions & 8 deletions docs/utilities_conversion.utilities.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/utilities_filemaker.utilities.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/utilities_request.utilities.js.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/results/create-many-records-example.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[
{
"name": "Anakin Skywalker",
"recordId": "746018",
"recordId": "747666",
"modId": "0"
},
{
"name": "Obi-Wan",
"recordId": "746019",
"recordId": "747662",
"modId": "0"
},
{
"name": "Yoda",
"recordId": "746022",
"recordId": "747664",
"modId": "0"
}
]
2 changes: 1 addition & 1 deletion examples/results/create-record-example.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"recordId": "746017",
"recordId": "747663",
"modId": "0"
}
2 changes: 1 addition & 1 deletion examples/results/create-record-merge-example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "George Lucas",
"recordId": "746021",
"recordId": "747665",
"modId": "0"
}
2 changes: 1 addition & 1 deletion examples/results/edit-record-example.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"modId": "2"
"modId": "3"
}
4 changes: 2 additions & 2 deletions examples/results/edit-record-merge-example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Darth Vader",
"recordId": "736984",
"modId": "3"
"recordId": "736994",
"modId": "2"
}
18 changes: 9 additions & 9 deletions examples/results/fielddata-utility-example.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[
{
"name": "Yoda",
"image(1)": "https://some-server.com/Streaming_SSL/MainDB/9947AD35A5CE2FF5BF085088D09F70AA9C9E8426C65C573872CA015DA76D863C?RCType=EmbeddedRCFileProcessor",
"name": "yoda",
"image(1)": "",
"object": "",
"array": "",
"height": "",
"id": "300AF47D-13DC-9146-97F6-71AD02DE425D",
"imageName": "placeholder.md",
"id": "9ABC4A20-4B02-3D49-95E4-0E0229814C7A",
"imageName": "",
"faceDescriptor": "",
"recordId": "733119",
"modId": "2"
"recordId": "733133",
"modId": "1"
},
{
"name": "yoda",
"name": "Yoda",
"image(1)": "",
"object": "",
"array": "",
"height": "",
"id": "53A5A6BE-D8CB-E145-BF60-9FFBA763D59E",
"id": "F6AE1E3E-4BF2-194E-8A04-6FB3E1309B31",
"imageName": "",
"faceDescriptor": "",
"recordId": "733125",
"recordId": "733440",
"modId": "1"
}
]
4 changes: 2 additions & 2 deletions examples/results/find-records-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"object": "",
"array": "",
"height": "",
"id": "F3B3D737-FD2F-8945-BE95-B49CB617ED5B",
"id": "7362F557-D812-D244-B207-8B5A6F36F194",
"imageName": "",
"faceDescriptor": ""
},
"portalData": {
"Planets": [],
"Vehicles": []
},
"recordId": "736984",
"recordId": "736994",
"modId": "1"
}
]
Expand Down
8 changes: 4 additions & 4 deletions examples/results/get-record-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"data": [
{
"fieldData": {
"name": "yoda",
"image(1)": "https://some-server.com/Streaming_SSL/MainDB/E8ADD6FFD6AE5AC1F43014030280FAE36E79E5AD03FF4C52BF31649D3798644A?RCType=EmbeddedRCFileProcessor",
"name": "Yoda",
"image(1)": "https://some-server.com/Streaming_SSL/MainDB/A4ED023904470F2AA08DE8FF00D5FC11EA9664FCE203211B932AB0AB463F4022?RCType=EmbeddedRCFileProcessor",
"object": "",
"array": "",
"height": "",
"id": "3FFF23CF-EE1E-2C4D-8599-95F2744AFD3C",
"id": "CCB7C32E-D64B-194D-8480-C99F824FDA39",
"imageName": "placeholder.md",
"faceDescriptor": ""
},
"portalData": {
"Planets": [],
"Vehicles": []
},
"recordId": "733117",
"recordId": "733129",
"modId": "2"
}
]
Expand Down
2 changes: 1 addition & 1 deletion examples/results/list-records-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"fieldData": {
"name": "George Lucas",
"image(1)": "https://some-server.com/Streaming_SSL/MainDB/D97A1B6810CB39522D4438F85CE8D6857425923B542F3F89B46E96FB387D0A73?RCType=EmbeddedRCFileProcessor",
"image(1)": "https://some-server.com/Streaming_SSL/MainDB/FD3683181DA1B693816002EBB87AB3C067EC689B1467A115E6B5E246443F7237?RCType=EmbeddedRCFileProcessor",
"object": "",
"array": "",
"height": "",
Expand Down
4 changes: 2 additions & 2 deletions examples/results/recordid-utility-example.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"733119",
"733125"
"733133",
"733440"
]
2 changes: 1 addition & 1 deletion examples/results/trigger-scripts-on-create-example.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Anakin Skywalker",
"scriptError": "0",
"recordId": "746020",
"recordId": "747667",
"modId": "0"
}
2 changes: 1 addition & 1 deletion examples/results/upload-image-example.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"modId": "1",
"recordId": "746024"
"recordId": "747669"
}
2 changes: 1 addition & 1 deletion examples/results/upload-specific-record-example.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"modId": "2",
"recordId": "733119"
"recordId": "733129"
}

0 comments on commit 3908596

Please sign in to comment.