* `diaspy.people.User().handle()` now returns `diaspora_id` instead of `handle` wich...
authorCYBERDEViLNL <CYBERDEViLNL@github.com>
Mon, 5 Nov 2018 12:40:00 +0000 (13:40 +0100)
committerCYBERDEViLNL <CYBERDEViLNL@github.com>
Mon, 5 Nov 2018 12:40:00 +0000 (13:40 +0100)
commite5b83c4b51d7949f0da0997f90856c0a612c58c9
tree4fb27d4c8221fde95f8b1e8e8512fc891ada08ee
parenta66718b0a77220b1a97c22dbec26989b7f75a686
* `diaspy.people.User().handle()` now returns `diaspora_id` instead of `handle` wich doesn't exist anymore.
* Apparently `/u/username.json` retuns 404 so `diaspy.people.User().fetchhandle()` now fetches data using `diaspy.people.User().fetchprofile()`.
* Some formatting fixes in `settings.py`
* `tests.py` should succeed now.
Changelog.markdown
diaspy/people.py
diaspy/settings.py
tests.py