Skip to content

Releases: waifuvault/waifuVault-php-api

1.0.5

13 May 19:50
d5fc5ff
Compare
Choose a tag to compare

What's Changed

  • chore: moved the password field from URI param to body param by @ernestmarcinko in #9

Full Changelog: 1.0.4...1.0.5

1.0.4

03 Apr 15:50
e494176
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

28 Mar 12:24
91328c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

27 Mar 09:11
36623ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

25 Mar 15:48
33b9ac2
Compare
Choose a tag to compare

MIT License added

1.0.0 - First Release

25 Mar 14:53
0713509
Compare
Choose a tag to compare

Added all endpoints toErnestMarcinko\WaifuVault\WaifuApi

  • uploadFile()
  • getFileInfo()
  • modifyEntry()
  • deleteEntry()

RequestHandler interface

Can be used in combination with the WaifuApi constructor to inject a custom RequestHandler. By default the built-in WaifuRequestHandler is injected, which uses CURL.

What's Changed

New Contributors

Full Changelog: https://github.com/waifuvault/waifuVault-php-api/commits/1.0.0