makesites / brisk

Automation for Express.js #express.js #javascript
3 stars 1 forks source link

Data controller #29

Closed tracend closed 11 years ago

tracend commented 11 years ago

A base data controller has been included for a while now but not put into real use.

The purpose of this controller is to provide a foundation for creating a data api, used either for a local client app or as a distributed remote service.

Naturally the convention that derives from this decision is that all api URLs will be:

http://domain.na.me/data/{{scope}}
tracend commented 11 years ago

Basic controller in place - further improvements will be addressed in other issues