dingoblog / dingo

Blog engine written in Go
MIT License
284 stars 37 forks source link

RESTful API support #6

Closed dinever closed 8 years ago

dinever commented 8 years ago

So that we can build the dashboard based on AJAX.

Related: #5

dinever commented 8 years ago

@bentranter If you would like to work on this one. I recommend you to create a standalone file for api handlers(e.g. app/handler/api.go)

Also, we can take http://api.ghost.org/docs/ as a reference.