/BSSaaS

Broad Sweeping Statements as a Service

Primary LanguagePythonDo What The F*ck You Want To Public LicenseWTFPL

BSSaaS

Broad Sweeping Statements as a Service

0.1.1

Build Status

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.

Installation

Run

Test

Integrate BSSaaS

Contributing

Adding new operations

To add a new BSSaaS operation:

  1. Fork into your account
  2. Branch into a feature branch feature/your_operation
  3. See the operation files in /lib/operations.
  4. Add specs, using /spec/operations as examples. We won't be merging operations without working specs.
  5. 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.