Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 918 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 918 Bytes

wekanapi

A read-only, standalone API for Wekan. Because why not? And they are busy making the app itself awesome, which doesn't leave any time to work on an API.

Use at your own risk! No security implemented yet.

Installation

You will notice that, for now, the source tree comes with mongo and bson bindings. It shouldn't, but Crystal has been moving too fast for most library authors. I will submit these patched versions to their owners when I can.

Usage

Run; curl to URL.

API reference: http://fusion.github.io/wekanapi/

Contributing

  1. Fork it ( https://github.com/fusion/wekanapi/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • [fusion] Chris F Ravenscroft - creator, maintainer