mcphargus / python-glpi

A python interface to the GLPI webservices plugin
GNU General Public License v2.0
15 stars 9 forks source link

python class style #3

Open frague59 opened 11 years ago

frague59 commented 11 years ago

Hi,

Is in possible to use new classes in python wrapper ?

As it, it'll be possible to inherit from RESTClient to use it in an another project.

to do this : class RESTClient(object): ...

mcphargus commented 11 years ago

I plan for it to be possible as soon as I have some more time to devote to this project. Work has had me focusing more on a java version of this API, which, once sanitized of any intellectual property, I'll be posting on github as well.

I'll try to work on this some this weekend.