Skip to content

Install nene2-python first

Parity server on port 8000:

bash
git clone https://github.com/hideyukiMORI/nene2-python.git

Docs: https://hideyukimori.github.io/nene2-python/

ts
createNene2Client({ baseUrl: 'http://localhost:8000' });
// Use /examples/notes paths (OpenAPI parity with NENE2 PHP)
await client.health({ strictService: true });

See Live smoke for NENE2_JS_PYTHON_BASE_URL.

Released under the MIT License.