In many of the open source API design, I have found that they donot have any controllers directory. They have extracted out the api folder directly inside app folder or lib folder. Example:
https://github.com/evercam/evercam-api/tree/master/app
https://github.com/LaFabbrica/zup-api/tree/master/app
https://github.com/gitlabhq/gitlabhq/tree/master/lib Any thoughts?
In many of the open source API design, I have found that they donot have any controllers directory. They have extracted out the api folder directly inside app folder or lib folder. Example:
https://github.com/evercam/evercam-api/tree/master/app
https://github.com/LaFabbrica/zup-api/tree/master/app
https://github.com/gitlabhq/gitlabhq/tree/master/lib Any thoughts?