rest3client

An abstraction of the requests library providing a simpler API for consuming HTTP REST APIs

APACHE-2.0 License

Downloads
1.6K
Stars
9
Committers
1

Bot releases are hidden (Show)

rest3client - v0.7.0 Latest Release

Published by soda480 7 months ago

  • add apikey authentication
  • add support for files
  • use json dumps default to mitigate TypeError
  • use redacting log formatter
  • use pyb for test coverage
rest3client - v0.6.0

Published by soda480 11 months ago

  • add ability to specify private key for certificate-based authentication
  • add build support for Python 3.11 and 3.12
  • document CABundle default and override options
rest3client - v0.5.1

Published by soda480 over 2 years ago

  • add ability to build against all targeted Python versions
rest3client - v0.5.0

Published by soda480 almost 3 years ago

  • implement paging for apis that leverage link headers
  • update codiga badge
rest3client - v0.4.0

Published by soda480 about 3 years ago

  • Update build to Python v3.9
rest3client - v0.3.5

Published by soda480 about 3 years ago

  • Add ability to acquire cabundle from REQUESTS_CA_BUNDLE environment variable
rest3client - v0.3.4

Published by soda480 over 3 years ago

  • Add support for HEAD method
  • Add wraps to decorator
rest3client - v0.3.3

Published by soda480 over 3 years ago

  • Add support for token authentication
rest3client - v0.3.2

Published by soda480 over 3 years ago

  • Update build add pybuilder plugins for radon and bandit
rest3client - v0.3.1

Published by soda480 over 3 years ago

  • simplified logging of retry methods
  • enabled readme to be published as PyPi description
rest3client - v0.3.0

Published by soda480 over 3 years ago

  • Refactored to leverage request Session
  • Simplified init method
rest3client - v0.2.3

Published by soda480 over 3 years ago

  • Simplified methods to discover and log retry methods
rest3client - v0.2.2

Published by soda480 over 3 years ago

  • Add ability to override retry arguments with environment variables
rest3client - v0.2.1

Published by soda480 over 3 years ago

  • Fix flake issue scanning unit tests
  • Add jwt to readme
rest3client - v0.2.0

Published by soda480 over 3 years ago

  • Add JWT authentication support
rest3client - v0.1.2

Published by soda480 almost 4 years ago

  • update CLI usage
rest3client - v0.1.1

Published by soda480 almost 4 years ago

  • add ability to extract headers and keys from rest CLI
rest3client - v0.1.0

Published by soda480 almost 4 years ago

  • Add command line interface
rest3client - v0.0.10

Published by soda480 about 4 years ago

  • Include ability to dynamically add retry methods from subclasses
rest3client - v0.0.9

Published by soda480 about 4 years ago

  • fixed get_response to not log debug message rather than error when response is not OK