If you will it, Dude, it is no dream. –Walter Sobchak
This sort of thing really inspires me to create an elisp emacs plugin for importing issues from github. Some googling turns up somebody has started on this.
I fully plan to support all of the capabilities of the webservices plugin. Proper XML-RPC implementation will allow for easier implementation of protocols like Jabber.
Right now (2012-10-08) this API is really just a wrapper around urllib2. My plan is to create python objects for every GLPI object, and then allow methods for interesting imports and exports, such as to and from LDAP.
Creating python objects for everything, that will at first just be
__str__()
to JSON objects is a near term goal.
An official release will need to be properly packaged in a python
egg file or an easy_install
package. I’d optimistically like to
have this done in two months or so, but I’m pretty sure that’s not
going to happen.
- Migrated all documentation from epydoc format to sphinx.
- Refactored client to make room for XML-RPC client and SOAP client
- Began creating local object model