Follows API¶
The follows API supports listing the sections an author is following, follow and unfollow sections as well as listing authors that are following to sections.
Follow a section¶
Makes an author to follow a section.
PUT /api/1.3/follows/<author_id>/section/<section_id>
Parameters and Response¶
The same specification from List sections followed by author applies here.
Unfollow a section¶
Makes an author to unfollow a section.
DELETE /api/1.3/follows/<author_id>/section/<section_id>
Parameters and Response¶
The same specification from List sections followed by author applies here.
Get section followers¶
Fetches the information of authors that are following a section.
GET /api/1.3/follows/sections/<section_id>
Parameters¶
No parameters needed for this action.
Response¶
The same specification from List authors applies here.