clientele

Generate loveable Python HTTP API Clients

MIT License

Downloads
1.5K
Stars
52
clientele - 0.3.0

Published by phalt over 1 year ago

0.3.0

  • Now generates a MANIFEST file with information about the build versions
  • Added a constants.py file to the output if one does not exist yet, which can be used to store values that you do not want to change between subsequent re-generations of the clientele client, such as the API base url.
  • Authentication patterns now use constants.py for constants values.
  • Removed ipython from package dependencies and moved to dev dependencies.
  • Documentation! https://beckett-software.github.io/clientele/
clientele - 0.2.0

Published by phalt over 1 year ago

  • Improved CLI output
  • Code organisation is now sensible and not just one giant file
  • Now supports an openapi spec generated from a dotnet project (Microsoft.OpenApi.Models)
  • async client support fully working
  • HTTP Bearer support
  • HTTP Basic support