Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

V0.0.9 - Download

Compare
Choose a tag to compare
@open-schnick open-schnick released this 18 May 22:15
· 16 commits to master since this release
FF-301 - Download Endpoint (#111)

* Added basic structure

* FF-397 Download Cucumber Tests (#107)

* FF-397 added basic download steps

* FF-397 add more Screnarios for bad cases

* updated basic structure with response header

* Made Queries better

* wrote the download logic

* kinda works

* fixed the paths again

* Running Integrationtests

* Removed nested class

* Using cookies for download auth auth (#113)

* add setting of token as cookie

* add authenticationWithAccessToken method to AuthenticationService

* Minor changes, renaming and fixing.

Co-authored-by: open-schnick <[email protected]>

* Download endpoint can now be used with cookies

* Integration tested the cookie usage

* Bumped up the version to v0.0.9

* Fixed a bug where the wrong folder was set as header

Co-authored-by: valentin <[email protected]>