You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@ This sample application will allow you to use the Cloudbeds APIs to:
6
6
2. Produce a report showing check-ins/check-outs/stayovers for 60 (or more if desired) days
7
7
<br>
8
8
9
+
# Installing this tool
10
+
While the source code for this tool is included and is open-source (feel free to modify), we have provided a setup/installer for people who "just want to use the tool"
11
+
<br>
12
+
1. Go the latest release: https://github.com/cloudbeds/CBAPI-OperationalReportsClientApp/releases
13
+
2. Download the *.zip file, and uncompress it on your local machine (it will contain only a few file)
14
+
3. Run the setup program
15
+
<br>
16
+
Notes:
17
+
<br>
18
+
- Please keep track of the file-path that you install the tool to (you will need to go there to run it)
19
+
<br>
20
+
- The first attempt to run the application is LIKELY to prompt you to install the “Microsoft .NET Runtime”, go ahead and do that.
21
+
<br>
22
+
- When the application starts for the first time it will indicate that it cannot locate the application configuration files. This is as expected. It will take you to a setup screen, and you can point it the the *.xml file that has your Cloudbeds' property's access key (an example XML file is shown in the _ExampleSecrets folder in this Github project)
23
+
24
+
9
25
# How to setup authentication
10
26
11
27
## Option 1: Set up the application using API Access tokens (preferred)
0 commit comments