Skip to content

Releases: waza-ari/python-easyverein

v0.1.1

03 Jan 19:54
Compare
Choose a tag to compare

v0.1.0

03 Jan 16:36
Compare
Choose a tag to compare

This is the first release of the python-easyverein library! 🎉

For now, a limited set of endpoints is supported:

  • contact-details: CRUD, Soft-Delete
  • custom-fields: CRUD, Soft-Delete
  • invoice: CRUD, Soft-Delete, plus some convenience methods
  • invoice-item: CRUD
  • member: CRUD, Soft-Delete
  • member/<id>/custom-fields: CRUD, plus some convenience methods

Further endpoints or further methods might be added at a later point in time. PR are always welcome!