Small changes in Makefile and code
[diaspy.git] / diaspy / client.py
2013-04-30 Marek MareckiSmall changes in Makefile and code
2013-04-30 Marek MareckiClient() rewritten to use Stream() object
2013-04-30 Marek MareckiCode beautifying (flake8)
2013-04-30 Marek MareckiStream() object with some basic functionality implement...
2013-04-14 Moritz KieferMerge pull request #12 from marekjm/connection
2013-04-13 Marek MareckiSmall changes in `client.py` related to use of `Connect...
2013-04-13 Marek Marecki`diaspy` ported to use `Connection()` object
2013-04-13 Marek MareckiFurther porting on way to use `Connection()`
2013-04-12 Marek Marecki`Connection()` object works, `diaply/client.py` partial...
2013-04-07 Moritz KieferMerge pull request #11 from marekjm/devel
2013-04-06 Marek Marecki_sessionpost() and _sessiondelete() are now more readable
2013-04-06 Marek Marecki_sessiondelete() method in diaspy/client.py implemented,
2013-03-30 Moritz KieferMerge pull request #9 from marekjm/session-refactoring
2013-03-30 Marek MareckiMethods refactored to use _sessionpost(), tox.ini file...
2013-03-30 Marek MareckiMerge branch 'master' into session-refactoring
2013-03-30 Marek MareckiCode cleanup (flake8)
2013-03-29 Moritz KieferFixed posting and many style fixes
2013-03-29 Moritz KieferMerge pull request #8 from marekjm/devel
2013-03-29 Marek MareckiSmall changes in test suite, preparation to refactor...
2013-03-29 Marek MareckiRemoved unnecessary data obtaining from `get_*` methods
2013-03-29 Marek Mareckiget_mailbox() refactored to use _sessionget()
2013-03-29 Marek MareckiTwo tests added
2013-03-29 Marek Mareckiget_tag() refactored to use _sessionget()
2013-03-29 Marek Mareckiget_mentions() refactored to use _sessionget()
2013-03-29 Marek Mareckiget_user_info() refactored to use _sessionget()
2013-03-29 Marek Mareckiget_stream() and get_notifications() refactored to...
2013-03-29 Marek MareckiNew _sessionget() method. get_token() refactored to...
2013-03-29 Marek MareckiMerge branch 'posts' into devel
2013-03-29 Marek MareckiSeparated post() procedure into data setting and sending
2013-03-25 Marek MareckiFixed list generation in diaspy/client.py
2013-03-25 Marek MareckiThis is not a good commit. Broken many things.
2013-03-22 Moritz KieferMerge pull request #6 from marekjm/tests
2013-03-18 Marek MareckiFixed string manipulation in diaspy/client.py
2013-03-18 Marek MareckiInitial refactoring, test for initialization of client
2013-03-18 Marek MareckiSeparated process of setting login data from actual...
2013-03-18 Marek MareckiMinor documentation fix in diaspy/models.py
2013-03-01 Moritz KieferMerge pull request #5 from dabascht/direct_messages
2013-03-01 Baŝtothe rest: create new conversations and get a list of...
2013-02-15 Moritz KieferAdd get_tag; pep8 fixes
2013-02-03 Moritz KieferClean up login function
2013-02-03 Moritz KieferFix typo in remove_aspect
2013-02-02 Moritz KieferAdd functions to add and remove aspects
2013-02-02 Moritz KieferAdd functions to add and remove users to/from aspects
2013-02-02 Moritz KieferRemove debugging adapter
2013-02-02 Moritz KieferAllow attaching of images to a post
2013-02-02 Moritz KieferReturn Post object instead of json
2013-02-02 Moritz KieferFix module references
2013-02-01 Moritz Kieferget_mentions() function
2013-02-01 Moritz Kieferget_notifications() function
2013-02-01 Moritz KieferAdd function to read stream data
2013-01-19 Moritz KieferImprove exception handling
2013-01-18 Moritz KieferImprovements to the documentation and style fixes
2013-01-17 Moritz KieferAdd post class