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: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.1 (2024-11-29)
4
+
5
+
Full Changelog: [v0.0.1-alpha.1...v0.1.0-alpha.1](https://github.com/makegov/tango-python/compare/v0.0.1-alpha.1...v0.1.0-alpha.1)
6
+
7
+
### Features
8
+
9
+
***api:** update via SDK Studio ([#4](https://github.com/makegov/tango-python/issues/4)) ([53ec9bd](https://github.com/makegov/tango-python/commit/53ec9bd1e1938224f9fd6ff0036fd61f3bbbcc67))
10
+
3
11
## 0.0.1-alpha.1 (2024-11-29)
4
12
5
13
Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/makegov/tango-python/compare/v0.0.1-alpha.0...v0.0.1-alpha.1)
"The client_id client option must be set either by passing client_id to the client or by setting the CLIENT_ID environment variable"
102
+
"The access_token client option must be set either by passing access_token to the client or by setting the TANGO_API_ACCESS_TOKEN environment variable"
107
103
)
108
-
self.client_id=client_id
109
-
110
-
ifclient_secretisNone:
111
-
client_secret=os.environ.get("CLIENT_SECRET")
112
-
ifclient_secretisNone:
113
-
raiseTangoError(
114
-
"The client_secret client option must be set either by passing client_secret to the client or by setting the CLIENT_SECRET environment variable"
"The client_id client option must be set either by passing client_id to the client or by setting the CLIENT_ID environment variable"
300
+
"The access_token client option must be set either by passing access_token to the client or by setting the TANGO_API_ACCESS_TOKEN environment variable"
313
301
)
314
-
self.client_id=client_id
315
-
316
-
ifclient_secretisNone:
317
-
client_secret=os.environ.get("CLIENT_SECRET")
318
-
ifclient_secretisNone:
319
-
raiseTangoError(
320
-
"The client_secret client option must be set either by passing client_secret to the client or by setting the CLIENT_SECRET environment variable"
0 commit comments