OrchardCoreModule.WebApi 1.0.14

dotnet add package OrchardCoreModule.WebApi --version 1.0.14
NuGet\Install-Package OrchardCoreModule.WebApi -Version 1.0.14
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="OrchardCoreModule.WebApi" Version="1.0.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OrchardCoreModule.WebApi --version 1.0.14
#r "nuget: OrchardCoreModule.WebApi, 1.0.14"
#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.
// Install OrchardCoreModule.WebApi as a Cake Addin
#addin nuget:?package=OrchardCoreModule.WebApi&version=1.0.14

// Install OrchardCoreModule.WebApi as a Cake Tool
#tool nuget:?package=OrchardCoreModule.WebApi&version=1.0.14

OrchardCoreModule.WebApi

Custom made web api module for OrchardCore.Cms gnerally used as synchronization entry point. E.g. you have main back-end service and CMS (in this case OrchardCore CMS) used by your content managers, and let's say you need to retrieve content from CMS to show it to users or cache in youe main database, this is where OrchardCoreModule.WebApi can help you.

Build Status Nuget Nuget GitHub

Test coverage

At the moment, this project only tested manually by the team of two QA's and cutting edge bugs not found, but automated tests are on their way.

How to configure

There are 5 major steps to add this module to your OrchardCore CMS instance:

  1. Create an empty ASP.NET Core project
  2. Configure it to use OrchardCore.Cms
  3. Add OrchardCoreModule.WebApi as a reference to this project
  4. Apply procedures scripts from Database folder
  5. Enable WebApi module in OrchardCore CMS settings

For more information on each of the steps visit projects wiki

Supported DB providers

OrchardCoreModule.WebApi currently supports only following DB providers:

  1. PostgreSQL (9.5+)
  2. Microsoft SQL Server (2017+)

Implemented API methods

List of implemented API methods can be found on this wiki page.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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
1.0.14 568 7/3/2020
0.0.12-beta 338 9/15/2019
0.0.11-beta 345 9/14/2019
0.0.10-beta 324 8/25/2019
0.0.9-beta 332 8/25/2019
0.0.8-beta 324 8/24/2019
0.0.7-beta 334 8/24/2019
0.0.6-beta 358 8/24/2019
0.0.5-beta 333 8/24/2019
0.0.4-beta 362 8/23/2019
0.0.3-beta 335 8/20/2019
0.0.2-beta 330 8/19/2019
0.0.1-beta 336 8/18/2019