summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/api.py
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.14] ansible-galaxy collection install retry improvements (#80180) (...Matt Martz2023-04-171-1/+14
* ansible-galaxy - increase page size and add retry decorator for throttling (#...Sloane Hertel2021-05-101-0/+50
* api: time.clock compatible code (#70650)Abhijeet Kasurde2020-07-161-25/+11
* Fix boilerplate in setup.py and lib/ansible/ dir.Matt Clay2020-06-221-0/+3
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Remove comments about import orderToshio Kuratomi2017-08-071-6/+0
* Reclisence module_utils/api.py to BSDToshio Kuratomi2017-08-071-12/+21
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-1/+2
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-8/+17
* Added basic auth argument spec to utils (#15585)Jonathan Davila2016-04-251-0/+11
* common retry and rate limiting decorators for apisBrian Coca2016-03-091-0/+103