@oasisomniverse/web7-api 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,12 +1,134 @@
|
|
|
1
1
|
# @oasisomniverse/web7-api
|
|
2
2
|
|
|
3
|
+
- [@oasisomniverse/web7-api](#oasisomniverseweb7-api)
|
|
4
|
+
- [About WEB7](#about-web7)
|
|
5
|
+
- [About The OASIS Omniverse](#about-the-oasis-omniverse)
|
|
6
|
+
- [Benefits Of Building On The WEB7 Symbiosis API](#benefits-of-building-on-the-web7-symbiosis-api)
|
|
7
|
+
- [WEB 7 Symbiosis API Packages](#web-7-symbiosis-api-packages)
|
|
8
|
+
- [Javascript](#javascript)
|
|
9
|
+
- [C#](#c)
|
|
10
|
+
- [Do You Want To Get Involved?](#do-you-want-to-get-involved)
|
|
11
|
+
- [Installation](#installation)
|
|
12
|
+
- [Quick start](#quick-start)
|
|
13
|
+
- [Calling any endpoint](#calling-any-endpoint)
|
|
14
|
+
- [Auth](#auth)
|
|
15
|
+
- [Module examples](#module-examples)
|
|
16
|
+
- [Module reference](#module-reference)
|
|
17
|
+
- [Regenerating](#regenerating)
|
|
18
|
+
- [Testing](#testing)
|
|
19
|
+
- [License](#license)
|
|
20
|
+
|
|
3
21
|
Isomorphic (Node 18+ and browser) JavaScript/TypeScript-friendly client for the
|
|
4
22
|
**WEB7 OASIS Symbiosis API** - consenting bio-signal symbiosis sessions and
|
|
5
|
-
shared collective-consciousness fields built on the
|
|
23
|
+
shared collective-consciousness fields built on the OASIS WEB7 WebAPI.
|
|
6
24
|
|
|
7
25
|
Zero dependencies. Wraps the global `fetch`. Works the same in Node and the
|
|
8
26
|
browser.
|
|
9
27
|
|
|
28
|
+
## About WEB7
|
|
29
|
+
|
|
30
|
+
> **"The conscious symbiosis layer — where human intuition and machine intelligence merge as one living system."**
|
|
31
|
+
|
|
32
|
+
WEB7 bridges human consciousness and machine intelligence through bio-resonant signals (brainwaves, heart rate and other natural body signals), rather than the invasive neural implants other visions of human-AI merging rely on - it's non-invasive, reversible and amplifies human thought instead of replacing it. "Borg-free by design."
|
|
33
|
+
|
|
34
|
+
WEB7 builds on **[WEB4](https://www.npmjs.com/package/@oasisomniverse/web4-api)** through **[WEB6](https://www.npmjs.com/package/@oasisomniverse/web6-api)**, and is one layer of the wider **[OASIS Omniverse](https://oasisomniverse.one)** (WEB4 through WEB10).
|
|
35
|
+
|
|
36
|
+
## About The OASIS Omniverse
|
|
37
|
+
|
|
38
|
+
The OASIS (Open Advanced Sensory Immersion System) is the universal interoperability layer connecting all of WEB2 and WEB3 — every blockchain, database, cloud provider and protocol — into one unified, fault-tolerant API. Rather than picking a single tech stack, the OASIS harnesses the best of every provider (auto-failover, auto-load-balancing, auto-replication) so nothing is ever a single point of failure, and hides the complexity behind one intuitive API so you never need to learn a new stack again — even as underlying tech evolves, your app keeps working with zero changes.
|
|
39
|
+
|
|
40
|
+
At its core sits one Avatar with one SSO login and one Karma reputation score that travels with you across every app, game and world built on top of it — full transparency and full control over your own data, right down to the field level.
|
|
41
|
+
|
|
42
|
+
This is the foundation of the OASIS Omniverse: a network of unified layers, WEB4 (identity & unification) through WEB10 (source), each building on the one below to connect blockchains, metaverses, AI, human consciousness and beyond into a single interoperable whole.
|
|
43
|
+
|
|
44
|
+
👉 See the full ecosystem at **[oasisomniverse.one](https://oasisomniverse.one)**.
|
|
45
|
+
|
|
46
|
+
<a name="web7-symbiosis-benefits"></a>
|
|
47
|
+
|
|
48
|
+
## Benefits Of Building On The WEB7 Symbiosis API
|
|
49
|
+
|
|
50
|
+
- **Non-invasive, reversible human-AI symbiosis via bio-resonant signals (brainwaves, heart rate) - no neural implants. "Borg-free by design."**
|
|
51
|
+
- **Amplifies human intuition and intention rather than replacing it.**
|
|
52
|
+
- **Consent-based sessions - symbiosis only ever happens with explicit, revocable consent.**
|
|
53
|
+
- **Collective Consciousness spaces let multiple symbiosis sessions aggregate into a shared field.**
|
|
54
|
+
- **Builds directly on WEB4 identity/karma and WEB6 AI orchestration - no separate account/session system to manage.**
|
|
55
|
+
- **Integrate any WEB2 or WEB3 tech into your (web)app without having to learn or worry about new tech stacks/languages.**
|
|
56
|
+
- **SSO Avatar with a Karma reputation system (inherited from WEB4 - full accountability, zero crime, dark-net proof).**
|
|
57
|
+
- **Maximum integration & interoperability, auto load-balancing, auto fail-over, auto replication.**
|
|
58
|
+
- **HOT-swappable plugin architecture. HTTP REST/gRPC/GraphQL/CLI/Native endpoints.**
|
|
59
|
+
- **Write once, deploy everywhere, now and forever - the GOD Protocol/API.**
|
|
60
|
+
- **Full redundancy/zero downtime - impossible to shut down. Zero lag.**
|
|
61
|
+
- **Decentralised distributed P2P networking - works offline and syncs automatically (even over LAN/Bluetooth/Mesh).**
|
|
62
|
+
- **Agent-centric: you own and store your own data.**
|
|
63
|
+
- **Bio-feedback ready. WEB8 Galactic Mesh ready.**
|
|
64
|
+
|
|
65
|
+
Check out more info below:<br><br>
|
|
66
|
+
[The Power Of The OASIS API](https://drive.google.com/file/d/1nnhGpXcprr6kota1Y85HDDKsBfJHN6sn/view?usp=sharing) <br>
|
|
67
|
+
[Main OASIS Repo](https://github.com/NextGenSoftwareUK/OASIS)
|
|
68
|
+
|
|
69
|
+
<a name="web7-symbiosis-packages"></a>
|
|
70
|
+
|
|
71
|
+
## WEB 7 Symbiosis API Packages
|
|
72
|
+
|
|
73
|
+
### Javascript
|
|
74
|
+
|
|
75
|
+
<https://www.npmjs.com/package/@oasisomniverse/web7-api> \
|
|
76
|
+
<https://github.com/NextGenSoftwareUK/OASIS-API-Javascript-Package-WEB7>
|
|
77
|
+
|
|
78
|
+
<a name="csharp"></a>
|
|
79
|
+
|
|
80
|
+
### C#
|
|
81
|
+
|
|
82
|
+
<https://github.com/NextGenSoftwareUK/OASIS>
|
|
83
|
+
|
|
84
|
+
<a name="get-involved"></a>
|
|
85
|
+
|
|
86
|
+
## Do You Want To Get Involved?
|
|
87
|
+
|
|
88
|
+
We are always looking for people to jump in and get involved, you do not need to be an existing coder, we can help you with that... you just need a willingness to learn and to have an open heart, we are always more interested with what is in your heart rather than your head! ;-)
|
|
89
|
+
|
|
90
|
+
The whole world is the Our World team, hence the name... ;-) It is not our project; it is all of humanities...
|
|
91
|
+
|
|
92
|
+
We also offer FREE training and apprenticeship program with the NextGen Developer Training Programmes. We will teach you all we know over time and you get to work on this real live commercial codebase rather than wasting time working on throw away dummy apps as most training offers. No previous skills/experience required and is open to everyone, but especially for all disadvantaged people including special needs, homeless, unemployed, prison inmates, kids on the streets etc. We want to help the people the world has forgotten and for people who have stopped believing in themselves, we **BELIEVE IN YOU** and in time you will again too. Everyone has a gift for the world, and we will help you find yours… Find out more by checking out the links below:
|
|
93
|
+
|
|
94
|
+
<a href="https://c8119036-8b0a-4498-ab07-331841f19b4b.filesusr.com/ugd/4280d8_ad8787bd42b1471bae73003bfbf111f7.pdf">NextGen Developer Training Programme</a><br>
|
|
95
|
+
<a href="https://c8119036-8b0a-4498-ab07-331841f19b4b.filesusr.com/ugd/4280d8_999d98ba615e4fa6ab4383a415ee24c5.pdf">NextGen Junior Developer Training Programme</a>
|
|
96
|
+
|
|
97
|
+
We are looking for Web Devs (with any of these: react, angular, vue, js, html, css), Unity Devs & C# Devs.
|
|
98
|
+
|
|
99
|
+
If anyone is interested in developing this game/platform, then we would LOVE to hear from you! 😊 There will be opportunities for people to own shares and/or cryptocurrency (as well as other unique perks such as premium locations in both the geolocation and VR versions, personal or business service spotlights, free lifetime access to all premium paid services, massive karma points (allowing your avatar to progress to more advanced stages in the game unlocking new exciting quests, areas to explore & new special abilities/superpowers) plus lots more!) based on the input they are willing to provide.
|
|
100
|
+
|
|
101
|
+
Thank you and we hope we find interest from people to join us on this exciting incredible journey.
|
|
102
|
+
|
|
103
|
+
**Want to make a difference in the world?**
|
|
104
|
+
|
|
105
|
+
**What will be your legacy?**
|
|
106
|
+
|
|
107
|
+
**Ready to be a hero?**
|
|
108
|
+
|
|
109
|
+
If the answer is YES, then please [proceed to here](https://github.com/NextGenSoftwareUK/OASIS/wiki/So-You-Want-To-Get-Involved%3F-Ready-To-Be-A-Hero%3F)...
|
|
110
|
+
|
|
111
|
+
<a href="https://drive.google.com/file/d/1b_G08UTALUg4H3jPlBdElZAFvyRcVKj1/view">Dev Requirements To Join The Our World Tribe</a><br>
|
|
112
|
+
<a href="https://drive.google.com/file/d/12pCk20iLw_uA1yIfojcP6WwvyOT4WRiO/view?usp=sharing">The Our World Mission (Summary)</a><br>
|
|
113
|
+
<http://web7.oasisomniverse.one><br>
|
|
114
|
+
<http://api.web7.oasisomniverse.one><br>
|
|
115
|
+
<https://github.com/NextGenSoftwareUK/OASIS><br>
|
|
116
|
+
<http://oasisomniverse.one><br>
|
|
117
|
+
<http://www.ourworldthegame.com><br>
|
|
118
|
+
<http://www.nextgenworld.co.uk><br>
|
|
119
|
+
|
|
120
|
+
<https://www.npmjs.com/package/@oasisomniverse/web4-api><br>
|
|
121
|
+
<https://www.npmjs.com/package/@oasisomniverse/web5-api><br>
|
|
122
|
+
<https://www.npmjs.com/package/@oasisomniverse/web6-api><br>
|
|
123
|
+
<https://www.npmjs.com/package/@oasisomniverse/web8-api><br>
|
|
124
|
+
<https://www.npmjs.com/package/@oasisomniverse/web9-api><br>
|
|
125
|
+
<https://www.npmjs.com/package/@oasisomniverse/web10-api><br>
|
|
126
|
+
|
|
127
|
+
**TOGETHER WE CAN CREATE A BETTER WORLD**
|
|
128
|
+
|
|
129
|
+
In Love, Light & Hope,<br>
|
|
130
|
+
The Our World Tribe
|
|
131
|
+
|
|
10
132
|
## Installation
|
|
11
133
|
|
|
12
134
|
```bash
|
|
@@ -28,7 +150,7 @@ console.log(result);
|
|
|
28
150
|
|
|
29
151
|
## Calling any endpoint
|
|
30
152
|
|
|
31
|
-
Every controller on the
|
|
153
|
+
Every controller on the OASIS WEB7 WebAPI is reachable as a lowerCamel
|
|
32
154
|
property on the client (`web7.symbiosis`, `web7.collectiveConsciousness`).
|
|
33
155
|
Every generated method takes a single args object:
|
|
34
156
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CollectiveConsciousness — `web7.collectiveConsciousness`
|
|
2
2
|
|
|
3
|
-
Source controller: [`CollectiveConsciousnessController.cs`](https://github.com/NextGenSoftwareUK/
|
|
3
|
+
Source controller: [`CollectiveConsciousnessController.cs`](https://github.com/NextGenSoftwareUK/OASIS/blob/main/WEB7/NextGenSoftware.OASIS.Web7.WebAPI/Controllers/CollectiveConsciousnessController.cs)
|
|
4
4
|
Route prefix: `v1/collective-consciousness`
|
|
5
5
|
3 operation(s).
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Symbiosis — `web7.symbiosis`
|
|
2
2
|
|
|
3
|
-
Source controller: [`SymbiosisController.cs`](https://github.com/NextGenSoftwareUK/
|
|
3
|
+
Source controller: [`SymbiosisController.cs`](https://github.com/NextGenSoftwareUK/OASIS/blob/main/WEB7/NextGenSoftware.OASIS.Web7.WebAPI/Controllers/SymbiosisController.cs)
|
|
4
4
|
Route prefix: `v1/symbiosis`
|
|
5
5
|
4 operation(s).
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oasisomniverse/web7-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"publishConfig": { "access": "public" },
|
|
5
|
-
"description": "Isomorphic (Node + browser) JavaScript/TypeScript-friendly client for the WEB7 OASIS Symbiosis API - consenting bio-signal symbiosis sessions and shared collective-consciousness fields built on the
|
|
5
|
+
"description": "Isomorphic (Node + browser) JavaScript/TypeScript-friendly client for the WEB7 OASIS Symbiosis API - consenting bio-signal symbiosis sessions and shared collective-consciousness fields built on the OASIS WEB7 WebAPI.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|