Get Started
Setting up CodeMash API keys for accessing services
You can test our API using various well-known API clients like:
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
Also, you can test CodeMash API using popular SDKs:
Prerequisites.
Last modified 1yr ago