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.
2 parents 8a16b18 + 5adc180 commit a2fb234Copy full SHA for a2fb234
contentstack_management/stack/stack.py
@@ -16,6 +16,7 @@
16
from ..labels.label import Label
17
18
19
+
20
class Stack(Parameter):
21
"""
22
This class takes a base URL as an argument when it's initialized,
tests/cred.py
@@ -74,5 +74,6 @@ def get_credentials():
74
"locale_code": os.getenv("LOCALE_CODE", default_locale_code),
75
"taxonomy_uid": os.getenv("TAXONOMY_UID", default_taxonomy_uid),
76
"label_uid": os.getenv("LABEL_UID", default_label_uid),
77
78
}
79
return credentials
0 commit comments