This tutorial teaches you how to use Nuxeo REST API using Nuxeo JavaScript Client. The tutorial is organized as follows:
Prerequisites
Everything you need to succeed in this tutorial, and more.REST API Principles
An introduction to REST API with some simple call examples.Define a CORS Configuration
Modify and test your CORS configuration.Log into Nuxeo Platform
Authenticate Nuxeo using the REST API.Manipulate Documents
Create, Read, Edit and Delete Nuxeo documents.Query and Search
Perform searches and queries on your Nuxeo repository.Execute Business Logic Through Automation
Create and launch an automation script.Launch a Workflow
Create and launch a workflow.Bonus - Contribute Your Own Enricher
Create and call your own enricher.