* __upd__: if `Post()` is created with fetched comments, data will also be fetched as a dependency,
* __upd__: `id` argument type is now `int` (`diaspy.models.Post.__init__()`),
+* __upd__: `Search().lookup_user()` renamed to `Search().lookupUser()`,
* __fix__: fixed some bugs in regular expressions used by `diaspy` internals
(html tag removal, so you get nicer notifications),
def __init__(self, connection):
self._connection = connection
- def lookup_user(self, handle):
+ def lookupUser(self, handle):
"""This function will launch a webfinger lookup from the pod for the
handle requested. Response code is returned and if the lookup was successful,
user should soon be searchable via pod used for connection.