Broad Sweeping Statements as a Service
0.1.1
BSSaaS (Broad Sweeping Statements as a Service) provides a modern, RESTful, scalable solution to the common problem of needing a broad sweeping statement.
Please see http://bssaas.com for API documentation and examples.
To add a new BSSaaS operation:
- Fork into your account
- Branch into a feature branch
feature/your_operation
- See the operation files in
/lib/operations
. - Add specs, using
/spec/operations
as examples. We won't be merging operations without working specs. - Push to your fork and submit a PR.
For the time being, in your PR, please include relevant documentation in public/index.html
.
All contributions are very welcome.