LitoMore
LitoMore
This API requires Node.js 20.11 or later. See https://nodejs.org/api/esm.html#importmetadirname. In the meantime, we can consider publishing the SDK with a new package, for example `@simple-icons/sdk`.
I leave the license field empty since it's a platform app, not a coding library.
### Breaking Remove `fake_https` option, use `hooks` instead. ### Usage ```python client = fanfou.XAuth( consumer, 'username', 'password', https=True, hooks={ 'base_string': lambda s: s.replace('https', 'http') } ) ``` `fake_https` is not...
See: https://github.com/LitoMore/fanfou-pro/search?q=history.push&unscoped_q=history.push
Closes #56 Closes #68 I removed the `simple-swizzle` feature.