FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cli4 - codefusser/python-cloudflare · GitHub
codefusser
/
python-cloudflare
Public
forked from
cloudflare/python-cloudflare
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-cloudflare
cli4
on
master
User selector
Datepicker
Commit history
Commits on May 8, 2024
Added --warnings flag to cli4 and associated warnings= flag to cloudflare() call. Provides an ability to control warning messages on or after 2.20.* release
mahtin
committed
2720d21
View commit details
Copy full SHA for 2720d21
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
cli4 has --header flag, plus http_headers needed some more syntax checking
mahtin
committed
6eed220
View commit details
Copy full SHA for 6eed220
View code at this point
Browse repository at this point
Commits on Feb 19, 2024
brought man page up to date
mahtin
committed
64f3a01
View commit details
Copy full SHA for 64f3a01
View code at this point
Browse repository at this point
Commits on Feb 16, 2024
typo introduced before 2.18.x - now fixed
mahtin
committed
9135f17
View commit details
Copy full SHA for 9135f17
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
cleaner sanitize code for keywords, dashes, at-symbols. Cleaner API Exception returns. Added unified find() call to reduce code
mahtin
committed
e588f6b
View commit details
Copy full SHA for e588f6b
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
damn typos!
mahtin
committed
5907454
View commit details
Copy full SHA for 5907454
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
PEP8 edits via pycodestyle
mahtin
committed
b721505
View commit details
Copy full SHA for b721505
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
lint found minor stuff
mahtin
committed
dc18d57
View commit details
Copy full SHA for dc18d57
View code at this point
Browse repository at this point
Commits on Dec 31, 2023
OpenAPI code now returns clean errors and version number. cli4 prints fetch errors cleanly
mahtin
committed
fb245ee
View commit details
Copy full SHA for fb245ee
View code at this point
Browse repository at this point
--openapi call now with optional argument as url is built into code
mahtin
committed
53af1a2
View commit details
Copy full SHA for 53af1a2
View code at this point
Browse repository at this point
Commits on Dec 28, 2023
fixed a bad edit from 241af4d which stopped data being send on PUT/POST/PATCH/DELETE
mahtin
committed
fddc424
View commit details
Copy full SHA for fddc424
View code at this point
Browse repository at this point
Commits on Dec 26, 2023
Allow PUT and POST to both send files, move params into files when both types used
mahtin
committed
75234ea
View commit details
Copy full SHA for 75234ea
View code at this point
Browse repository at this point
Commits on Dec 23, 2023
cleanup of params vs content
mahtin
committed
241af4d
View commit details
Copy full SHA for 241af4d
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
Added first pass at Content-Type processing from openapi data
mahtin
committed
d7ca6d1
View commit details
Copy full SHA for d7ca6d1
View code at this point
Browse repository at this point
Commits on Nov 25, 2023
cleanup of usage and getops values - now consistent
mahtin
committed
d23ed90
View commit details
Copy full SHA for d23ed90
View code at this point
Browse repository at this point
handle raw byte output either via --image flag or if return from api is bytes
mahtin
committed
453fed3
View commit details
Copy full SHA for 453fed3
View code at this point
Browse repository at this point
Commits on Sep 21, 2023
UsamaSadiq-remove-future-dependency - remove future
mahtin
committed
e715dd7
View commit details
Copy full SHA for e715dd7
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
Added cli4 -e option to display example file path names
mahtin
committed
aa31bb3
View commit details
Copy full SHA for aa31bb3
View code at this point
Browse repository at this point
Commits on May 21, 2023
remove --api option and leave --openapi in place
mahtin
committed
74f1999
View commit details
Copy full SHA for 74f1999
View code at this point
Browse repository at this point
Commits on May 20, 2023
handle quoted strings
mahtin
committed
eab68ba
View commit details
Copy full SHA for eab68ba
View code at this point
Browse repository at this point
Commits on May 19, 2023
python keywords not handled correctly at command level
mahtin
committed
0a0b492
View commit details
Copy full SHA for 0a0b492
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
add openapi support, delay yaml and jsonlines load to speed up everything, other cleanup
mahtin
committed
3af9aa8
View commit details
Copy full SHA for 3af9aa8
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
simplify not found message - it was overly complicated code
mahtin
committed
1302a55
View commit details
Copy full SHA for 1302a55
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
handle tabs and spaces in passed JSON values - longstanding issue not noted till today
mahtin
committed
f511729
View commit details
Copy full SHA for f511729
View code at this point
Browse repository at this point
Commits on Oct 2, 2022
tabs vs spaces
mahtin
committed
145d51e
View commit details
Copy full SHA for 145d51e
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
cleaned up error exit processing - because it was not correct
mahtin
committed
d4a3cfe
View commit details
Copy full SHA for d4a3cfe
View code at this point
Browse repository at this point
Commits on Sep 7, 2022
exit with error if error in api call
mahtin
committed
3ba3fe3
View commit details
Copy full SHA for 3ba3fe3
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
more pylint fixes
mahtin
committed
13c1681
View commit details
Copy full SHA for 13c1681
View code at this point
Browse repository at this point
Commits on Aug 7, 2022
allow binary files for file upload via --binary flag
mahtin
committed
2ba207a
View commit details
Copy full SHA for 2ba207a
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
Merge branch 'patch-1' of https://github.com/Changaco/python-cloudflare into Changaco-patch-1
Show description for 9c73821
mahtin
committed
9c73821
View commit details
Copy full SHA for 9c73821
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
finally handle KeyboardInterrupt cleanly - it was easy
mahtin
committed
1ca59e8
View commit details
Copy full SHA for 1ca59e8
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
document :: option
mahtin
committed
cde763a
View commit details
Copy full SHA for cde763a
View code at this point
Browse repository at this point
Commits on Apr 1, 2021
fix the installation path of the cli4 man page
Show description for eb42047
Changaco
committed
eb42047
View commit details
Copy full SHA for eb42047
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
make sure verbose, etc is always used
mahtin
committed
fbd0582
View commit details
Copy full SHA for fbd0582
View code at this point
Browse repository at this point
Commits on Jul 20, 2020
improve deprecated code - add dates, check expire, improve parse of api webpage
mahtin
committed
5aba7f0
View commit details
Copy full SHA for 5aba7f0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL