activitypub-example/activitypub
Romain Gauthier 8c11541674 Implement the person endpoint.
GET /@<username>

It returns the activitystream representation of a user (Person).
2017-07-29 17:35:39 +02:00
..
activities Implement the person endpoint. 2017-07-29 17:35:39 +02:00
migrations Implement the person endpoint. 2017-07-29 17:35:39 +02:00
__init__.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
apps.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
models.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
settings.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
urls.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
views.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00
wsgi.py Implement the person endpoint. 2017-07-29 17:35:39 +02:00