Fanfou-sdk

Latest version: v0.0.3

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

2.6.2

Improvement

- 2a49624e1178b46f78c7ab6e71b0f81b409a9060 Handle more errors in `ff.upload()` function.

Others

- 3f799a078b5a0dec0b9cd098830cdb6b80dcaa42 d9bf37eb10509280c5759fe23b943af2d3090516 a5e4b024b1e96293ab9ed30cf51e4fde4848b54d Update dependencies.

2.6.1

Babel 7

- Update Babel tools to Babel 7.

Increase compatibility

- Increase compatibility for HTTPS-API.

2.6.0

New API `ff.up()`

`ff.up()` landed.

`ff.upload()` has been deprecated, please use `ff.up()` instead.

javascript
ff.up('/photos/upload', {photo: fs.createReadStream('/path'), status: 'hi'}, (err, res) => {
if (err) console.log(err.message)
else console.log(res)
})

ff.up('/account/update_profile_image', {image: fs.createReadStream('/path')}, (err, res) => {
if (err) console.log(err.message)
else console.log(res)
})

0.8.0

Changes

- Set timeout to 60000.

0.6.0

Bug Fix

- Fix regexp patterns

0.5.0

Bump

- Bump ky0.17.0

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.