Get Started
Setting up Norbix API keys for accessing services
Clients
You can test our API using various well-known API clients like:
CLI
You can use Norbix CLI to create projects from templates, restore them from snapshots or use a powerful scripting language like bash to work with the modules.
#!/bin/bash
norbix project new "My New Project"
norbix database enable
cat employees.yaml | norbix database collection newSDKs
Also, you can test Norbix API using popular SDKs:
https://github.com/Isidos-co/codemash-docs/tree/main/sdk/javascript-typescript.mdhttps://github.com/Isidos-co/codemash-docs/tree/main/sdk/net.mdAPI
Membership
Database
Files
Code
Notifications
Email Notifications
Push Notifications
Payments
Scheduler
Logs & Monitoring
Last updated