Open frague59 opened 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.
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): ...