PineStore
Home
Projects
Docs
Search
Login
Documentation
Overview
GET
/api
/project/:id
GET
/api
/project/:id/comments
GET
/api
/project/:id/changelog
GET
/api
/project/:id/changelogs
GET
/api
/projects
GET
/api
/projects/search
GET
/api
/projects/named
GET
/api
/user/:id
GET
/api
/user/:id/projects
POST
/api
/log/view
POST
/api
/log/download
Authorization
GET
/api/auth
/profile
GET
/api/auth
/profile/projects
POST
/api/auth
/profile/update
GET
/api/auth
/profile/options
POST
/api/auth
/profile/options
POST
/api/auth
/project/update
POST
/api/auth
/project/new
POST
/api/auth
/project/delete
POST
/api/auth
/project/publishupdate
POST
/api/auth
/media
POST
/api/auth
/media/remove
POST
/api/auth
/media/thumbnail
POST
/api/auth
/comment
POST
/api/auth
/comment/delete
POST /api/auth/project/delete
POST Params
Param:
projectId
the id of the project to delete
Example of returned JSON
{ "success": true }