Skip to content

v1.1.0

Compare
Choose a tag to compare
@rootRaider rootRaider released this 14 Dec 04:05
· 54 commits to master since this release
15e5935
  • update dependencies for PyPI packaging so README can be rendered
    properly as project description in markdown.
  • the following services were added/removed because a REST client should
    return a FileStream instead of downloading files. IMO it should be up to the
    subscriber of the API to do with the FileStream as they wish.
  • services added:
    • FormService.get_form_instance_pdf_file_stream
    • FileService.get_file_stream
    • FileService.get_file_stream_by_search
  • services removed:
    • FormService.form_instance_pdf_download
    • FileService.file_download
    • FileService.file_download_by_search
  • added/removed unittests
  • fix white space / tab issue (PEP8) on FormService
  • update README with getting started documentation