Added new API endpoints

This commit is contained in:
Yusur 2019-11-08 16:51:32 +01:00
parent a70b4f2eae
commit 7fb5c47e4d
4 changed files with 101 additions and 8 deletions

View file

@ -4,6 +4,9 @@
* Schema changes: moved `full_name` field from table `userprofile` to table `user` for search improvement reasons.
* Adding `messages_count`, `followers_count` and `following_count` to `profile_info` API endpoint (what I've done to 0.7.1 too).
* Adding media URLs to messages in API.
* Added `relationships_follow`, `relationships_unfollow`, `username_availability` and `edit_profile` endpoints to API.
* Added `url` utility to model `Upload`.
## 0.7.1-dev