XWiki.Api 16.10.20

dotnet add package XWiki.Api --version 16.10.20
                    
NuGet\Install-Package XWiki.Api -Version 16.10.20
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XWiki.Api" Version="16.10.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XWiki.Api" Version="16.10.20" />
                    
Directory.Packages.props
<PackageReference Include="XWiki.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XWiki.Api --version 16.10.20
                    
#r "nuget: XWiki.Api, 16.10.20"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package XWiki.Api@16.10.20
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XWiki.Api&version=16.10.20
                    
Install as a Cake Addin
#tool nuget:?package=XWiki.Api&version=16.10.20
                    
Install as a Cake Tool

License: MIT

NuGet version

XWiki.Api

Codacy Badge

A .NET client library for the XWiki REST API.

Implements all endpoints of the XWiki REST API, allowing you to interact with XWiki instances programmatically.

For the most current documentation, please refer to the official XWiki documentation:

https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiRESTfulAPI

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
16.10.20 108 4/16/2026
16.10.18 100 4/7/2026
16.10.17 108 3/30/2026
16.10.15 96 3/30/2026
16.10.6 99 3/30/2026
16.10.5 104 3/29/2026
16.10.1 293 12/18/2025
16.10.0 214 7/7/2025

Initial release of XWiki.Api, a .NET API for XWiki.