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 visible (Hide)

rest3client - v0.0.8

Published by soda480 about 4 years ago

  • Add ability to specify an http address for endpoint
rest3client - v0.0.7

Published by soda480 about 4 years ago

  • Add option to specify retry capability for all request methods via constructor
rest3client - v0.0.6

Published by soda480 about 4 years ago

  • Updated base docker image to be Alpine-based
  • Integrated Code Coverage (codecov.io)
  • Integrated Code Inspector
  • Added GitHub Actions for Continuous Integration
  • Updated source code per Code Inspector report recommendations
rest3client - v0.0.5

Published by soda480 over 4 years ago

  • Add custom HTTPAdapter called SSLAdapter to support client-side certificates (PEM) with passwords
  • Update to new string formatting
  • Renamed process_response to get_response
rest3client - v0.0.4

Published by soda480 over 4 years ago

  • Update redact method
rest3client - v0.0.3

Published by soda480 over 4 years ago

  • Simplify request handler
  • Add log_request method
  • Update Docker base image
rest3client - v0.0.2

Published by soda480 over 4 years ago

  • Updated license
  • Updated readme
rest3client - v0.0.1

Published by soda480 over 4 years ago

Initial release