We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d498609 commit 1cab45dCopy full SHA for 1cab45d
1 file changed
examples/config.json
@@ -0,0 +1,22 @@
1
+{
2
+ "reso": {
3
+ "client_id": "",
4
+ "client_secret": "",
5
+ "api_auth_url": "",
6
+ "api_token_url": "",
7
+ "verify_ssl": false,
8
+ "api_request_url": ""
9
+ },
10
+ "open_id": {
11
+ "redirect_uri": "",
12
+ "scope": ""
13
14
+ "http_request": {
15
+ "request_path": "Property",
16
+ "accept_type": "json",
17
+ "filename": "<full_path>",
18
+ "output_format": "json"
19
20
+ "username": "",
21
+ "password": ""
22
+}
0 commit comments