movidesk-client

A simple client to access API of the Movidesk


Keywords
client, movidesk
License
MIT
Install
pip install movidesk-client==1.0.1

Documentation

movedesk-client

https://travis-ci.org/daniellbastos/movidesk-client.svg?branch=master

Requirements

  • Python >= 3.x

How to install

pip install movedesk-client

How to use

>>> from move_client import MovedeskClient
>>> client = MovedeskClient('super-token')
>>>
>>> client.person_create({'foo': 'bar'})
>>> ...
>>> client.ticket_create({'foo': 'bar'})

TODO

Add access to all resource.