PowerShell module to use Kanbanize.com's web api to create cards, edit, cards, etc.
Currently functional for all CRUD for cards. Pester tests do not cover all functions.
If you find a bug please submit it via the integrated tracker.
This module intentionally usees some unapproved powershell verbs to remain closer to the verbs used in the Kanbanize API documentation so that it is clear which powershell functiosn correspond to which api functions.
##Todo:
- Finish pester tests
- Write help for functions with examples
- Document setup steps for creating a test board with the right custom fileds, templates, user, etc