764 B
764 B
title |
---|
Server API for Apps |
Server API for Apps
GET /profile
{get_profile example}
PUT /profile/:type
{update_profile example}
POST /followings
{create_following example}
GET /followings
{get_followings example}
GET /followings/:id
{get_followings example}
DELETE /followings/:id
{delete_following example}
GET /followers
{get_followers example}
GET /followers/:id
{get_follower example}
DELETE /followers/:id
{delete_follower example}
POST /posts
{create_post example}
GET /posts
{get_posts example}
GET /posts/:id
{get_post example}
Post Attachments
{create_post_with_attachments example}
GET /posts/:post_id/attachments/:name
{get_post_attachment example}