Opali is an Opensource API server.
With Opali, you will be able to create your API quickly and safely.
Add this to your application's shard.yml
:
dependencies:
Opali:
github: Cruder/Opali
require "Opali"
options = { port: 8080 }
Opali::Server.new(options).start
Please comme to taiga.io to see our tasks before create your own.
- Fork it ( https://github.com/Cruder/Opali/fork )
- Create your feature branch (git checkout -b [TYPE]/[TAIGA-ID]/my-branch)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin [TYPE]/[TAIGA-ID]/my-branch)
- Create a new Pull Request
[TYPE] is the type of your branch.
[TYPE] can be:
- feature
- enhance
- fix
- refactor
- doc
[TAIGA-ID] is the id of the task on taiga.io
- alex-lairan alex-lairan - creator, maintainer
- amelie-certin amelie-certin - creator, maintainer