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
- 2022-09-14 17:47:32 -0700 [4f63908](../../commit/4f63908cdbe722efd84ec75f682fb120656809af) do something useful with api listing
8
+
- 2022-09-14 12:30:03 -0700 [4d7962d](../../commit/4d7962d599142747d817b81f388d6829fd81a4e9) issue 148 example
9
+
- 2022-09-09 09:20:34 -0700 [75649ed](../../commit/75649edeff796c01154fba7dfa065cec7317b9f5) more api calls - web3 stuff
10
+
- 2022-09-09 09:14:00 -0700 [d4a3cfe](../../commit/d4a3cfe565deed150f0043ddca2e6883aa088ce4) cleaned up error exit processing - because it was not correct
11
+
- 2022-09-07 16:47:59 -0700 [b15d20c](../../commit/b15d20c9a590d93351415bb8bc9e0bdbfeec5dff) CHANGELOG.md pushed to github
- 2022-09-07 16:40:34 -0700 [a28a13e](../../commit/a28a13e8312c98c3824dc2c50c551ebacb563d25) handle email/key or token as per issue-114, plus fix some small issues with exception handling
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1215,6 +1215,10 @@ As of January 2020 the code is shipped up to pypi with Python2 support removed.
1215
1215
1216
1216
As of January 2020 the code is Python3.8 clean. The new `SyntaxWarning` messages (i.e. `SyntaxWarning: "is" with a literal. Did you mean "=="?`) meant minor edits were needed.
1217
1217
1218
+
## pypi and GitHub signed releases
1219
+
1220
+
As of October/2022, the code is signed by the maintainers personal email address: `mahtin@mahtin.com``7EA1 39C4 0C1C 842F 9D41 AAF9 4A34 925D 0517 2859`
1221
+
1218
1222
## Credit
1219
1223
1220
1224
This is based on work by [Felix Wong (gnowxilef)](https://github.com/gnowxilef) found [here](https://github.com/cloudflare-api/python-cloudflare-v4).
@@ -1226,4 +1230,4 @@ An automatically generated CHANGELOG is provided [here](CHANGELOG.md).
1226
1230
1227
1231
## Copyright
1228
1232
1229
-
Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and Cloudflare 2016.
1233
+
Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and Cloudflare 2016 & 2022.
Copy file name to clipboardExpand all lines: README.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1233,6 +1233,11 @@ As of January 2020 the code is shipped up to pypi with Python2 support removed.
1233
1233
1234
1234
As of January 2020 the code is Python3.8 clean. The new ``SyntaxWarning`` messages (i.e. ``SyntaxWarning: "is" with a literal. Did you mean "=="?``) meant minor edits were needed.
1235
1235
1236
+
pypi and GitHub signed releases
1237
+
-------------------------------
1238
+
1239
+
As of October/2022, the code is signed by the maintainers personal email address: ``mahtin@mahtin.com`` ``7EA1 39C4 0C1C 842F 9D41 AAF9 4A34 925D 0517 2859``
1240
+
1236
1241
Credit
1237
1242
------
1238
1243
@@ -1246,4 +1251,4 @@ An automatically generated CHANGELOG is provided `here <CHANGELOG.md>`__.
1246
1251
Copyright
1247
1252
---------
1248
1253
1249
-
Portions copyright `Felix Wong (gnowxilef) <https://github.com/gnowxilef>`__ 2015 and Cloudflare 2016.
1254
+
Portions copyright `Felix Wong (gnowxilef) <https://github.com/gnowxilef>`__ 2015 and Cloudflare 2016 & 2022.
0 commit comments