HappySeed
API Install
¶ ↑
### What does this do?
The `happy_seed:api` generator
-
Installs `apitome`
-
Installs `rspec_api_documentation`
### Why do you want this?
-
creates a base api framework for a project that is not exclusively api, and has html as well
-
creates user signup, login and logout endpoints
-
creates integration tests for these endpoints
-
generates documentation at docs/api for these endpoints
### Environment Variables
na
### What needs to be done?
After you update your specs in spec/acceptance, run
“` rake docs:generate “`
to output the files into the docs/api directory.