waifuvault / waifuVault-php-api

Official PHP SDK for waifuVault
https://packagist.org/packages/ernestmarcinko/waifuvault-php-api
MIT License
2 stars 0 forks source link

Support new API changes #10

Open VictoriqueMoe opened 3 weeks ago

VictoriqueMoe commented 3 weeks ago

There have been a number of API changes to support buckets. you can refer to this PR: https://github.com/waifuvault/waifuVault-node-api/pull/15

Buckets are temprry virtual buckets that are managed with a single token

here are the outline of the changes:

the response of the get is an object with the shape of

"token": "string",
"files": FileResponseObject[]

where FileResponseObject is whatever type you have defined in the response of getFileInfo.

VictoriqueMoe commented 3 weeks ago

you can see the new api docs and the schemeas here: https://waifuvault.moe/api-docs