NovaDB Razor API
The NovaDB Razor API is a Web API, that allows to render a branch-specific Razor View with the following input:
- Zero or more Nova objects
- Zero or more languages
- Zero or more variants
- Hyphenation
- UI Culture
Razor Model API
The Razor Model API is a C# API, to be utilized by Razor code to access Nova data.
See .NET Razor Model for documentation.
RESTful Web API
The RESTful Web API is OpenAPI compliant, i.e. it serves a self-describing OpenAPI document. Based on this document a Swagger UI is included by the service.
See REST API for documentation.
.NET Client API
The language binding for .NET is provided as a NuGet package Noxum.Nova.Razor.Client
to allow other services based on .NET to consume the API easily.
See .NET Client API for documentation.