NextGenSoftware.OASIS.API.DNA
2.0.0
dotnet add package NextGenSoftware.OASIS.API.DNA --version 2.0.0
NuGet\Install-Package NextGenSoftware.OASIS.API.DNA -Version 2.0.0
<PackageReference Include="NextGenSoftware.OASIS.API.DNA" Version="2.0.0" />
<PackageVersion Include="NextGenSoftware.OASIS.API.DNA" Version="2.0.0" />
<PackageReference Include="NextGenSoftware.OASIS.API.DNA" />
paket add NextGenSoftware.OASIS.API.DNA --version 2.0.0
#r "nuget: NextGenSoftware.OASIS.API.DNA, 2.0.0"
#:package NextGenSoftware.OASIS.API.DNA@2.0.0
#addin nuget:?package=NextGenSoftware.OASIS.API.DNA&version=2.0.0
#tool nuget:?package=NextGenSoftware.OASIS.API.DNA&version=2.0.0
NextGen Software WEB4 OASIS API DNA.
This module is responsible for loading and managing the OASISDNA.json config file. This is where all of the settings for the ONODE are kept such as settings for each OASIS Provider configured for that ONODE, which ones to use for auto-replication, auto-loadbalance, auto-failover, email, authentication, security, error handling, encryption, logging settings etc.
NOTE: This module is not intended to be used standalone, it is simply a dependency for the OASIS.API.Native.Integrated.EndPoint module/package and is the recommended way to use the OASIS API along with the REST API below.
Initial Release targeting OASIS API v2.3.1 (Current LIVE REST version): https://api.oasisweb4.one
Full documentation and source code can be found here: https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK
Make sure you check out the Overview and Benefits Of Building On The WEB 4 OASIS API sections above! 😃 Thank you!
| Product | Versions 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. |
-
net10.0
- Newtonsoft.Json (>= 13.0.1)
- NextGenSoftware.OASIS.Common (>= 2.0.0)
- NextGenSoftware.Utilities (>= 1.2.1)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on NextGenSoftware.OASIS.API.DNA:
| Package | Downloads |
|---|---|
|
NextGenSoftware.OASIS.API.Core
This is the heart of the OASIS and contains the core OASIS Engine, architecture, managers, interfaces, helpers, holons/objects, object model, enums, etc. It can be used directly in projects/apps if needed (you can use any of the Managers) but it is highly recommended you use the OASIS.API.Native.Integrated.EndPoint or REST API instead. |
|
|
NextGenSoftware.OASIS.OASISBootLoader
Responsible for Booting The OASIS & managing the various OASIS Providers. Used by various OASIS Packages such as OASIS.API.Integrated.Native.EndPoint, STAR & others. |
|
|
NextGenSoftware.OASIS.API.Providers.IPFSOASIS
WEB4 OASIS API IPFS OASIS Provider is one of the many WEB2/WEB3 providers that plug in and integtate into the OASIS. |
|
|
NextGenSoftware.OASIS.API.Providers.HoloWebOASIS
HoloWeb OASIS Provider — connects the OASIS API to Holochain via the HoloWeb browser-accessible WebSocket conductor endpoint, enabling web-browser-hosted Holochain apps. |
|
|
NextGenSoftware.OASIS.Web6.Core
The Core (Business Logic Layer) for WEB6 - the AI abstraction layer of the OASIS Omniverse. Provides a unified interface across AI providers (OpenAI, Anthropic, Ollama and more), hosts the OASIS MCP Server integration, and enables AI-augmented avatar interactions, quest generation and holonic reasoning. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Initial NuGet release as part of the OASIS Omniverse Reboot and Rebrand under oasisomniverse.one.
- Upgraded to .NET 10 — latest runtime with improved performance and language features.
- Full integration with OASIS API Core v2.0.0, WEB6-WEB10 layers, ONET, FAHRN, HyperDrive v2, and OASIS MCP Server.
- Security-hardened: CORS, JWT, and NuGet vulnerability remediation.
- Many misc improvements.
- Multiple bug fixes.