Info
| Version: | 1.0.0-beta-72220 | 
| Author(s): | Gabriel Barata | 
| Last Update: | Monday, January 3, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/nuxeo/nuxeo-dotnet-client | 
| NuGet Url: | https://www.nuget.org/packages/NuxeoClient | 
Install
Install-Package NuxeoClient
                        dotnet add package NuxeoClient
                        paket add NuxeoClient
                        
                                NuxeoClient Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETCoreApp 1.0 
                                        
                    - System.IO.FileSystem(>= 4.0.1)
 - System.Threading.Tasks.Parallel(>= 4.0.1)
 - WinInsider.System.Net.Http.Formatting(>= 1.0.1)
 
- Microsoft.AspNet.WebApi.Client(>= 5.2.3)
 
- Microsoft.CSharp(>= 4.0.1)
 - Newtonsoft.Json(>= 9.0.1)
 - System.Collections(>= 4.0.11)
 - System.IO(>= 4.1.0)
 - System.Linq(>= 4.1.0)
 - System.Net.Http(>= 4.1.0)
 - System.Runtime(>= 4.1.0)
 - System.Runtime.Extensions(>= 4.1.0)
 - System.Text.Encoding.Extensions(>= 4.0.11)
 - System.Threading(>= 4.0.11)
 
                
REST API exposes Nuxeo resources endpoints, command endpoints and other features in an extensible and composable way (check https://doc.nuxeo.com/x/QYLQ for details).
Automation is a Nuxeo service that exposes common actions to most Nuxeo applications as atomic operations (check https://doc.nuxeo.com/x/Go0ZAQ for details).