Fanfou-sdk

Latest version: v0.0.3

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

Scan your dependencies

Page 3 of 6

3.0.1

Bug Fix

- Fix `ff.upload()` method.

3.0.0

Breaking Change

Hi `fanfou-sdk3`!

- API changed, we are using Promise instead of callbacks.
- `ff.up()` has been removed.

**Example**

javascript
ff.get('/statuses/home_timeline', {})
.then(res => console.log(res))
.catch(err => console.log(err))

ff.post('/statuses/update', {status: 'post test'})
.then(res => console.log(res))
.catch(err => console.log(err))

ff.upload('/photos/upload', {photo: fs.createReadStream(path), status: 'unicorn'})
.then(res => console.log(res))
.catch(err => console.log(err))

2.7.3

Improvement

- 200fae18309c0b3ba6719317627f8782a1c69c17 Ignore unused files.

2.7.2

Bug Fix

- 56b54a404d24f0d2c830a4f63c88127d9052e59c Fix structured link data in Status.

2.7.1

Identical to v2.7.0, but re-released due to build issues with v2.7.0.

2.7.0

Breaking Change

- affd2cfdfd49cef84aefa2a4c48dd73a01791126 Remove built-in Streaming API.

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.