This documentation relates to an old version of the Nuxeo Platform (5.5). You may want to check the latest technical documentation.
Skip to end of metadata
Go to start of metadata

We have developed a small Python library that implements the main functions of the JSON-RPC API.

You can check it out here:

http://blogs.nuxeo.com/fermigier/2010/08/a-sample-python-library-for-the-nuxeo-content-automation-jsonrpc-api.html

Alternatively you can use the standard library of Python to access a Nuxeo repository using the Content Automation API. Here is a worked example with screen cast that demonstrate how to deploy a custom server side operation developed in Java using the Nuxeo IDE and a client python script that calls it: http://dev.blogs.nuxeo.com/2012/01/exploring-nuxeo-apis-content-automation.html


Here is the same example as the cURL example, this time using Python:

Here's a slightly more involved example, that illustrates:

  • how to use a HTTPCookieProcessor for keeping session state
  • use of the input parameter
  • a few different document-related commands (Document.Query, Document.Create, Document.Delete)
Labels
  • None