Skip to content

Releases: MikeWooster/api-client

version 1.3.1

24 Mar 11:54
Compare
Choose a tag to compare

version 1.3.0

02 Feb 14:26
Compare
Choose a tag to compare

Users now have the option of installing package api-client-jsonmarshal which will perform the same actions. This allows usage of python versions 3.6+
deprecate yaml usage. this removes another unnecessary dependency.

version 1.2.2

17 Jan 13:58
Compare
Choose a tag to compare
  • Mark jsonmarshal usage for deprecation - this has been extracted to an external package.
  • remove unnecessary logging
  • update docs
  • small fixes

version 1.2.1

02 Sep 09:15
Compare
Choose a tag to compare
  • fix issue where blank response body raised exceptions. blank response bodies now return None.
  • marked the yaml response handler as to be deprecated.

v1.2.0: version: 1.2.0

03 Jul 07:45
Compare
Choose a tag to compare
  • Add support for marshalling/unmarshalling to/from json -> dataclasses.
  • switch to using github actions
  • remove deprecated features
  • Allow header authentication to pass in extra headers required for
    authenticating the client.

v1.2.0rc1: version: 1.2.0

28 Jun 18:29
Compare
Choose a tag to compare
Pre-release
- Add support for marshalling/unmarshalling to/from json -> dataclasses.
- switch to using github actions
- remove deprecated features
- Allow header authentication to pass in extra headers required for
  authenticating the client.