* added AI info
* account name via -a flag now. should not be needed
* stable diffusion example
* move config info into code
* first pass a new AI API calls
* cleanup of usage, added more flag descriptions
* cleanup of usage and getops values - now consistent
* timeout values now work from config or api call,
added support for image binary results, fixed logging if binary
* handle raw byte output either via --image flag or if return
from api is bytes
* more api endpoints
* added ips and issue114 tests
* add importlib_resources info for older Python versions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=26
* added ips and issue114 tests
* add importlib_resources info for older Python versions
* more api endpoints
* more twine tweaks
* Added cli4 -e option to
display example file path names
* Add `global_request_timeout` and `max_request_retries`
configuration options. Set default request timeout to 5s. Add
basic tests instantiating Cloudflare.Cloudflare
* more api endpoints
* Make RegEx string a raw string literal
* more api endpoints
* update examples and README to use == for numberic values
* more api endpoints
* remove --api option and leave --openapi in place
* handle quoted strings
* handle multipart/form-data
correctly for more than one file and with params/data
* python keywords not handled correctly at command level
* fix: remove future dependency and imports
* added after openapi review
* added deprecated processing, now shows version
* update examples and README to use == for numberic values
For full changelog see:
* moved network functions into their own file - part of splitting up a large file
- Add alternative for new manpage.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=24
* added cursor example
* zones/rulesets added
* Removing excess trailing parenthesis
* first pass at adding travis CI
* zones/waiting_rooms, accounts/diagnostics, and more
* configparser added it haste, but not needed - oops!
* /zones/:id/access/...
* configparser missing - oops!
* cleaner and easier way to find missing api calls - this changes --dump/--api for the better
* /zones/:id/access/apps/policies - fixed along with a bunch more similar typos
* added more profile info
* revoke-tokens -> revoke_tokens
* updated and included AMP RealURL/Signed Exchange API
* now with curl style debug - i.e. matches api information page
* now with curl style debug - i.e. matches api information page
* now with access_requests as underscore
* make sure verbose, etc is always used
* dashes vs underscores - finally tamed!
* /zones/:id/access/apps/:id/revoke-tokens - added
* improve deprecated code - add dates, check expire, improve parse of api webpage
* added support for dashes/underscores in commands and python calls - kinda overdue
* cleanup of logic around uuid match. added support for dashes/underscores in commands
* /zones/:id/access/apps/revoke-tokens - removed as depricated
* removed deprecated /organizations and /user/virtual_dns api
* Added base_url to config and env variables
* accounts/:id/rules/lists/bulk_operations/:operation_id - syntax fixed
* Added working GraphQL examples
* improved debug for jSON based data/params
* rules,access/logs,access/apps,etc added
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=15