Spaces:
Sleeping
Sleeping
Update api_docs.py
Browse files- api_docs.py +3 -3
api_docs.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
import json
|
4 |
|
5 |
# python dictionary
|
6 |
-
|
7 |
"base_url": "https://aivisions.no/data/daysoff/api/v1/booking/",
|
8 |
"endpoints": {
|
9 |
"method": "GET",
|
@@ -40,6 +40,6 @@ daysoff_api_docs = {
|
|
40 |
|
41 |
auth_token = ""
|
42 |
|
43 |
-
|
44 |
# daysoff_api_docs_str = str(daysoff_api_docs)
|
45 |
-
|
|
|
3 |
import json
|
4 |
|
5 |
# python dictionary
|
6 |
+
api_docs = {
|
7 |
"base_url": "https://aivisions.no/data/daysoff/api/v1/booking/",
|
8 |
"endpoints": {
|
9 |
"method": "GET",
|
|
|
40 |
|
41 |
auth_token = ""
|
42 |
|
43 |
+
api_docs_str = json.dumps(api_docs, indent=2)
|
44 |
# daysoff_api_docs_str = str(daysoff_api_docs)
|
45 |
+
api_docs_str
|