Fix #22 (https://github.com/marekjm/diaspy/issues/22)
[diaspy.git] / manual / models.markdown
CommitLineData
6d8d47ce
MM
1#### `diaspy` models
2
3Design of models in `diaspy` follow few simple rules.
4
5
6##### Initialization
7
8First argument is always `Connection` object stored in `self._connection`.
9Parameters specific to each model go after it.
10
11If model requires some king of id (guid, conversation id, post id) it is simply `id`.