Get Started

Setting up CodeMash API keys for accessing services

Clients

You can test our API using various well-known API clients like:

CLI

You can use CodeMash 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
codemash project new "My New Project"
codemash database enable
cat employees.yaml | codemash database collection new

SDKs

Also, you can test CodeMash API using popular SDKs:

pageNode.jspageTypeScriptpage.NET

API

Prerequisites.

Before jumping in, please make sure you have completed the Prerequisites part.

Membership

Database

Files

Code

Notifications

Email Notifications

Push Notifications

Payments

Scheduler

Logs & Monitoring

Last updated