jboss

JBosssimple API Client


Keywords
django, flask, sqlalchemy, testing, mock, stub, mongoengine, data
License
MIT
Install
pip install jboss==0.1.3

Documentation

JBoss API client

JBoss API client -- Short description.

Build Status Coverals http://img.shields.io/pypi/v/jboss.svg?style=flat-square http://img.shields.io/pypi/dm/jboss.svg?style=flat-square Donate

Requirements

  • python >= 2.6

Installation

JBoss API client should be installed using pip:

pip install jboss

Usage

from jboss import APIClient

client = APIClient()
response = client.api.runtime['test:dev:1.0'].process['process-name'].start.post()
response = client.api.task.query(processInstanceId=response.json['id'])

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/jboss/issues

Contributing

Development of JBoss API client happens at: https://github.com/klen/jboss

Contributors

  • klen (Kirill Klenov)

License

Licensed under a BSD license.