tent.io/content/docs/app-server.md
2012-09-08 17:02:41 -04:00

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}